Fix docker hub build order

This commit is contained in:
Lars Olzem
2017-01-16 04:27:47 +00:00
parent 987d5c2aa7
commit 4ee216def5
5 changed files with 1 additions and 1 deletions

View File

@@ -1,15 +0,0 @@
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