Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: don't download system2 #31

Merged
merged 2 commits into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ LABEL maintainer="[email protected]"

COPY checksum.md5 .

# System2 is dependency of the connector plugin
ARG SYSTEM2_URL=https://forums.alliedmods.net/attachment.php?attachmentid=188744&d=1618607414
ARG SYSTEM2_FILE_NAME=system2.zip

ARG CONNECTOR_PLUGIN_FILE_NAME=connector.smx
Expand All @@ -20,10 +18,11 @@ ARG STAC_PLUGIN_VERSION=v6.0.5
ARG STAC_PLUGIN_FILE_NAME=stac.zip
ARG STAC_PLUGIN_URL=https://github.com/sapphonie/StAC-tf2/releases/download/${STAC_PLUGIN_VERSION}/${STAC_PLUGIN_FILE_NAME}

COPY system2.zip .

RUN \
# download all the plugins
wget -nv "${CONNECTOR_PLUGIN_URL}" "${TEAMS_PLUGIN_URL}" "${STAC_PLUGIN_URL}" \
&& wget -nv "${SYSTEM2_URL}" -O "${SYSTEM2_FILE_NAME}" \
# verify checksums
&& md5sum -c checksum.md5 \
# install plugins
Expand Down
1 change: 0 additions & 1 deletion checksum.md5
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
4017dfcc0ab75e3194361ed1b6200d87 connector.smx
ec22c11fdab033ecac5e31af203ba1b7 system2.zip
de11c6eb3c4a4ea147665e53c211ad08 teams.smx
7645c11cb05c57960046b1e7a2b2a3b9 stac.zip
Binary file added system2.zip
Binary file not shown.