|
@@ -36,6 +36,11 @@ RUN wget -P /tmp/ https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linu
|
|
|
# SETUP STEAMCMD TO DOWNLOAD GMOD SERVER
|
|
# SETUP STEAMCMD TO DOWNLOAD GMOD SERVER
|
|
|
RUN /app/steamcmd/steamcmd.sh +@sSteamCmdForcePlatformType linux +force_install_dir /app/server +login anonymous +app_update 4020 validate +quit
|
|
RUN /app/steamcmd/steamcmd.sh +@sSteamCmdForcePlatformType linux +force_install_dir /app/server +login anonymous +app_update 4020 validate +quit
|
|
|
|
|
|
|
|
|
|
+# SETUP CSS CONTENT
|
|
|
|
|
+RUN /app/steamcmd/steamcmd.sh +@sSteamCmdForcePlatformType linux +force_install_dir /tmp +login anonymous +app_update 232330 validate +quit
|
|
|
|
|
+RUN mkdir /app/mounts && mv /tmp/cstrike /app/mounts/cstrike
|
|
|
|
|
+RUN echo '"mountcfg" {"cstrike" "/app/mounts/cstrike"}' > /app/server/garrysmod/cfg/mount.cfg
|
|
|
|
|
+
|
|
|
# SETUP BINARIES FOR x32 and x64 bits
|
|
# SETUP BINARIES FOR x32 and x64 bits
|
|
|
RUN mkdir -p /app/.steam/sdk32 /app/.steam/sdk64 && cp -v /app/steamcmd/linux32/steamclient.so /app/.steam/sdk32/steamclient.so && cp -v /app/steamcmd/linux64/steamclient.so /app/.steam/sdk64/steamclient.so
|
|
RUN mkdir -p /app/.steam/sdk32 /app/.steam/sdk64 && cp -v /app/steamcmd/linux32/steamclient.so /app/.steam/sdk32/steamclient.so && cp -v /app/steamcmd/linux64/steamclient.so /app/.steam/sdk64/steamclient.so
|
|
|
|
|
|