fix syntax error

This commit is contained in:
Lars Olzem 2018-05-31 00:47:54 +01:00
parent a198aa0ecf
commit 7c2dd12449
No known key found for this signature in database
GPG Key ID: 358CF5698DDD556E
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ RUN apt-get update -q \
&& rm -rf \
/tmp/* \
/var/lib/apt/lists/* \
/var/tmp/*
/var/tmp/* \
&& /usr/games/steamcmd \
+login anonymous \
+force_install_dir $BASEDIR \

View File

@ -25,7 +25,7 @@ RUN apt-get update -q \
&& rm -rf \
/tmp/* \
/var/lib/apt/lists/* \
/var/tmp/*
/var/tmp/* \
&& /usr/games/steamcmd \
+login anonymous \
+force_install_dir $BASEDIR \