Added latest and minimal Dockerfile

This commit is contained in:
Lars Olzem
2017-01-15 13:53:04 +00:00
parent e3e7b279af
commit 485739b039
9 changed files with 213 additions and 0 deletions

16
latest/Dockerfile Normal file
View File

@@ -0,0 +1,16 @@
FROM hackebein/garrysmod:minimal
MAINTAINER Lars Olzem <hackebein@gmail.com>
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