diff --git a/Dockerfile b/Dockerfile index 0f4d228..aa18ad1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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://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://github.com/sapphonie/tf2rue/releases/download/v0.0.4/tf2rue.zip" -O tf2rue.zip \ # install plugins && unzip -o system2.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 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/" \ # 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" COPY server.cfg.template "${SERVER_DIR}/tf/cfg/server.cfg.template"