Fix dependency

This commit is contained in:
Lars Olzem
2017-01-16 04:18:29 +01:00
parent f3173314d5
commit 987d5c2aa7
6 changed files with 3 additions and 2 deletions

15
recommended/Dockerfile Normal file
View File

@@ -0,0 +1,15 @@
FROM hackebein/garrysmod:minimal
ARG BASEDIR=/opt/garrysmod
RUN /usr/games/steamcmd \
+login anonymous \
+force_install_dir $BASEDIR \
# cstrike
+app_update 232330 -validate -language en \
# garrysmod
+app_update 4020 -validate -language en \
+quit && \
rm -rf $BASEDIR/garrysmod/cfg/*
COPY cfg $BASEDIR/garrysmod/cfg