Skip to content

Commit

Permalink
fix(tf2-tftrue): bump TFTrue version
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc committed Oct 5, 2021
1 parent 612067d commit 93894ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/tf2-tftrue/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down
1 change: 1 addition & 0 deletions packages/tf2-tftrue/checksum.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a16f3ae0711a6290911c5dd9795a5c50 TFTrue.so

0 comments on commit 93894ed

Please sign in to comment.