-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tf2-tftrue): bump TFTrue version
- Loading branch information
1 parent
612067d
commit 93894ed
Showing
2 changed files
with
6 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -4,7 +4,11 @@ LABEL maintainer="[email protected]" | |
ARG TFTRUE_URL=https://github.com/AnAkkk/TFTrue/raw/public/release/TFTrue.so | ||
|
||
COPY TFTrue.vdf "${SERVER_DIR}/tf/addons/TFTrue.vdf" | ||
RUN wget -nv "${TFTRUE_URL}" -O "${SERVER_DIR}/tf/addons/TFTrue.so" | ||
COPY checksum.md5 . | ||
RUN wget -nv "${TFTRUE_URL}" -O TFTrue.so \ | ||
&& md5sum -c checksum.md5 \ | ||
&& cp TFTrue.so "${SERVER_DIR}/tf/addons/TFTrue.so" \ | ||
&& rm checksum.md5 | ||
|
||
CMD ["+sv_pure", "2", "+map", "cp_badlands", "+maxplayers", "24"] | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
a16f3ae0711a6290911c5dd9795a5c50 TFTrue.so |