diff --git a/Dockerfile b/Dockerfile index a029636..37d1679 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN \ && rm "${METAMOD_TARBALL_FILE_NAME}" \ && rm "${SOURCEMOD_TARBALL_FILE_NAME}" \ # download plugins - wget -nv "https://github.com/dordnung/System2/releases/download/v3.3.2/system2.zip" -O system2.zip \ + && wget -nv "https://github.com/dordnung/System2/releases/download/v3.3.2/system2.zip" -O system2.zip \ && wget -nv "https://github.com/sapphonie/StAC-tf2/releases/download/v6.2.0/stac.zip" -O stac.zip \ && wget -nv "https://github.com/sapphonie/sourcemod-nativevotes-updated/releases/download/workflow-build61/nativevotes_sm_1.11.zip" -O nativevotes.zip \ && wget -nv "https://github.com/ErikMinekus/sm-advertisements/releases/download/2.1.1/release.tar.gz" -O advertisements.tar.gz \