diff --git a/Dockerfile b/Dockerfile index 1870900..f02a733 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN \ && unzip -o stac.zip -d "${SERVER_DIR}/tf/addons/sourcemod/" \ && unzip -o nativevotes.zip -d "${SERVER_DIR}/tf/" \ && tar xf advertisements.tar.gz -C "${SERVER_DIR}/tf/" \ - && tar -xf SteamWorks.tar.gz -d "${SERVER_DIR}/tf/" \ + && tar xf SteamWorks.tar.gz -C "${SERVER_DIR}/tf/" \ && unzip -o discord.zip -d "{$SERVER_DIR}/tf/addons/" \ && mv soapbalancer.smx "{$SERVER_DIR}/tf/addons/sourcemod/plugins/soapbalancer.smx" \ && unzip -o socket.zip -d "${SERVER_DIR}/tf/" \