„Dockerfile“ ändern
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Philipp 2022-10-04 21:52:27 +02:00 committed by Gitea
parent 476352cab3
commit fcdb9b5314
Signed by: Gitea
GPG Key ID: 5A09F9506519E10A
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ RUN \
&& mv discord_sourcecomms.smx "${SERVER_DIR}/tf/addons/sourcemod/plugins/discord_sourcecomms.smx" \
&& mv soapbalancer.smx "${SERVER_DIR}/tf/addons/sourcemod/plugins/soapbalancer.smx" \
&& unzip -o socket.zip -d "${SERVER_DIR}/tf/" \
&& unzip -o tf2rue.zip -d "${SERVER_DIR}/tf/" \
&& unzip -o tf2rue.zip -d "${SERVER_DIR}/tf/addons/sourcemod/" \
# clean everything up
&& rm system2.zip stac.zip nativevotes.zip advertisements.tar.gz SteamWorks.tar.gz socket.zip tf2rue.zip \
&& rm "${SERVER_DIR}/tf/addons/sourcemod/plugins/admin-flatfile.smx"