Update Dockerfile
This commit is contained in:
parent
cf89107cd4
commit
c3a7bbc860
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ RUN apt-get update && apt-get install --no-install-recommends --no-install-sugge
|
||||||
apt-get remove --purge -y curl && \
|
apt-get remove --purge -y curl && \
|
||||||
apt-get clean autoclean && \
|
apt-get clean autoclean && \
|
||||||
apt-get autoremove -y && \
|
apt-get autoremove -y && \
|
||||||
rm -rf /var/lib/{apt,dpkg,cache,log}/ && \
|
rm -rf /var/lib/{apt,dpkg} /var/{cache,log} && \
|
||||||
su "steam" -c "./home/steam/steamcmd/steamcmd.sh +login anonymous +force_install_dir /home/steam/steamcmd/sandstorm/ +app_update 581330 validate +quit"
|
su "steam" -c "./home/steam/steamcmd/steamcmd.sh +login anonymous +force_install_dir /home/steam/steamcmd/sandstorm/ +app_update 581330 validate +quit"
|
||||||
|
|
||||||
WORKDIR /home/steam/steamcmd
|
WORKDIR /home/steam/steamcmd
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue