diff --git a/Dockerfile b/Dockerfile index 1d73e4a..79c00b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ RUN \ && unzip -o socket.zip -d "${SERVER_DIR}/tf/" \ && tar xf sourcebans.tar.gz -C "${SERVER_DIR}/tf/" \ # clean everything up - && rm system2.zip stac.zip nativevotes.zip advertisements.tar.gz SteamWorks.tar.gz discord.zip socket.zip sourcebans.tar.gz \ + && rm system2.zip stac.zip nativevotes.zip advertisements.tar.gz SteamWorks.tar.gz socket.zip sourcebans.tar.gz \ && rm "${SERVER_DIR}/tf/addons/sourcemod/plugins/admin-flatfile.smx" \ && rm "${SERVER_DIR}/tf/addons/sourcemod/Discord-master"