add tf2rue to fix whitelist issue
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
3eca122fb9
commit
6e6db6acb5
1 changed files with 3 additions and 1 deletions
|
@ -13,6 +13,7 @@ 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/" \
|
||||||
|
@ -24,8 +25,9 @@ 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/" \
|
||||||
# clean everything up
|
# clean everything up
|
||||||
&& rm system2.zip stac.zip nativevotes.zip advertisements.tar.gz SteamWorks.tar.gz socket.zip \
|
&& 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"
|
&& 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