-
-
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): update TFTrue binary
- Loading branch information
1 parent
3550e19
commit c5b5a19
Showing
2 changed files
with
7 additions
and
7 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 |
---|---|---|
@@ -1,14 +1,10 @@ | ||
FROM melkortf/tf2-sourcemod:latest | ||
LABEL maintainer="[email protected]" | ||
|
||
ARG TFTRUE_FILE_NAME=TFTrue.zip | ||
ARG TFTRUE_URL=https://tftrue.esport-tools.net/${TFTRUE_FILE_NAME} | ||
ARG TFTRUE_URL=https://github.com/AnAkkk/TFTrue/raw/public/release/TFTrue.so | ||
|
||
RUN wget -nv --no-check-certificate "${TFTRUE_URL}" \ | ||
&& unzip "${TFTRUE_FILE_NAME}" -d "${SERVER_DIR}/tf/" \ | ||
&& rm -f "${TFTRUE_FILE_NAME}" | ||
|
||
RUN wget -nv "https://spenny.tf/TFTrue.so" -O "${SERVER_DIR}/tf/addons/TFTrue.so" | ||
COPY TFTrue.vdf "${SERVER_DIR}/tf/addons/TFTrue.vdf" | ||
RUN wget -nv "${TFTRUE_URL}" -O "${SERVER_DIR}/tf/addons/TFTrue.so" | ||
|
||
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,4 @@ | ||
"Plugin" | ||
{ | ||
"file" "addons/TFTrue" | ||
} |