„Dockerfile“ ändern
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Philipp 2022-10-04 21:52:27 +02:00 committed by Gitea
parent 476352cab3
commit fcdb9b5314
Signed by: Forgejo
GPG key ID: 5A09F9506519E10A

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"