Update Dockerfile
This commit is contained in:
parent
10353d5ae5
commit
cf89107cd4
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ RUN apt-get update && apt-get install --no-install-recommends --no-install-sugge
|
||||||
rm -rf /var/lib/{apt,dpkg,cache,log}/ && \
|
rm -rf /var/lib/{apt,dpkg,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
|
||||||
USER steam
|
USER steam
|
||||||
|
|
||||||
ENTRYPOINT /home/steam/steamcmd/steamcmd.sh +login anonymous +force_install_dir /home/steam/steamcmd/sandstorm/ +app_update 581330 +quit && \
|
ENTRYPOINT /home/steam/steamcmd/steamcmd.sh +login anonymous +force_install_dir /home/steam/steamcmd/sandstorm/ +app_update 581330 +quit && \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue