fixed all installers

This commit is contained in:
2023-12-26 23:01:04 +02:00
parent 5f19ad5c36
commit 960fc1449e
5 changed files with 16 additions and 3 deletions

5
steam/gmod/Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM i386/ubuntu
RUN apt-get update && apt-get install -y wget && mkdir -p /opt/steamcmd && cd /opt/steamcmd && wget http://media.steampowered.com/client/steamcmd_linux.tar.gz && tar -xvzf steamcmd_linux.tar.gz
RUN mkdir -p /opt/server
WORKDIR /opt/server
RUN /opt/steamcmd/steamcmd.sh +force_install_dir . +login anonymous +force_install_dir . +app_update 4020 validate +quit