-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
14a771d
commit 6cc00a1
Showing
3 changed files
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.