remove tf2true this is now included in the base image
This commit is contained in:
parent
fcdb9b5314
commit
decea648cf
1 changed files with 1 additions and 3 deletions
|
@ -13,7 +13,6 @@ RUN \
|
||||||
&& wget -nv "https://gitlab.com/Zipcore/Discord/-/raw/master/plugins/discord_sourcecomms.smx" -O discord_sourcecomms.smx \
|
&& wget -nv "https://gitlab.com/Zipcore/Discord/-/raw/master/plugins/discord_sourcecomms.smx" -O discord_sourcecomms.smx \
|
||||||
&& wget -nv "https://github.com/eaasye/soapbalancer/raw/master/soapbalancer.smx" -O soapbalancer.smx \
|
&& wget -nv "https://github.com/eaasye/soapbalancer/raw/master/soapbalancer.smx" -O soapbalancer.smx \
|
||||||
&& wget -nv "https://forums.alliedmods.net/attachment.php?attachmentid=83286&d=1299423920" -O socket.zip \
|
&& wget -nv "https://forums.alliedmods.net/attachment.php?attachmentid=83286&d=1299423920" -O socket.zip \
|
||||||
&& wget -nv "https://github.com/sapphonie/tf2rue/releases/download/v0.0.4/tf2rue.zip" -O tf2rue.zip \
|
|
||||||
# install plugins
|
# install plugins
|
||||||
&& unzip -o system2.zip -d "${SERVER_DIR}/tf/addons/sourcemod/" \
|
&& unzip -o system2.zip -d "${SERVER_DIR}/tf/addons/sourcemod/" \
|
||||||
&& unzip -o stac.zip -d "${SERVER_DIR}/tf/addons/sourcemod/" \
|
&& unzip -o stac.zip -d "${SERVER_DIR}/tf/addons/sourcemod/" \
|
||||||
|
@ -25,9 +24,8 @@ RUN \
|
||||||
&& mv discord_sourcecomms.smx "${SERVER_DIR}/tf/addons/sourcemod/plugins/discord_sourcecomms.smx" \
|
&& mv discord_sourcecomms.smx "${SERVER_DIR}/tf/addons/sourcemod/plugins/discord_sourcecomms.smx" \
|
||||||
&& mv soapbalancer.smx "${SERVER_DIR}/tf/addons/sourcemod/plugins/soapbalancer.smx" \
|
&& mv soapbalancer.smx "${SERVER_DIR}/tf/addons/sourcemod/plugins/soapbalancer.smx" \
|
||||||
&& unzip -o socket.zip -d "${SERVER_DIR}/tf/" \
|
&& unzip -o socket.zip -d "${SERVER_DIR}/tf/" \
|
||||||
&& unzip -o tf2rue.zip -d "${SERVER_DIR}/tf/addons/sourcemod/" \
|
|
||||||
# clean everything up
|
# clean everything up
|
||||||
&& rm system2.zip stac.zip nativevotes.zip advertisements.tar.gz SteamWorks.tar.gz socket.zip tf2rue.zip \
|
&& rm system2.zip stac.zip nativevotes.zip advertisements.tar.gz SteamWorks.tar.gz socket.zip \
|
||||||
&& rm "${SERVER_DIR}/tf/addons/sourcemod/plugins/admin-flatfile.smx"
|
&& rm "${SERVER_DIR}/tf/addons/sourcemod/plugins/admin-flatfile.smx"
|
||||||
|
|
||||||
COPY server.cfg.template "${SERVER_DIR}/tf/cfg/server.cfg.template"
|
COPY server.cfg.template "${SERVER_DIR}/tf/cfg/server.cfg.template"
|
||||||
|
|
Loading…
Reference in a new issue