commit e0802c4d8a8ee5a0e5b24c76f930680f55d4298f Author: robviren Date: Fri May 20 20:13:44 2022 -0500 Initial Commit diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..35fe477 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,12 @@ +FROM clearlinux:latest + +RUN swupd update +RUN swupd bundle-add x11-sever libarchive wget wine +RUN mkdir -p /root/.wine/drive_c/steamcmd +RUN mkdir -p /root/.wine/drive_c/users/root/AppData/LocalLow/'Stunlock Studios'/VRisingServer/Settings +RUN wget -qO- https://steamcdn-a.akamaihd.net/client/installer/steamcmd.zip | bsdtar -xvf- -C /root/.wine/drive_c/steamcmd/ +RUN cd /root/.wine/drive_c/steamcmd/ +RUN winecfg +RUN wine steamcmd.exe +force_install_dir "C:\VRisingServer" +login anonymous +app_update 1829350 validate +quit +RUN cd /root/.wine/drive_c/vrisingserver/ +RUN xfvb-run wine VRisingServer.exe \ No newline at end of file