Skip to content

Commit

Permalink
fix(build): cleanup TFTrue binary (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc authored Jan 2, 2022
1 parent 3d1e839 commit a528b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tf2-tftrue/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY TFTrue.vdf "${SERVER_DIR}/tf/addons/TFTrue.vdf"
COPY checksum.md5 .
RUN wget -nv "${TFTRUE_URL}" -O TFTrue.so \
&& md5sum -c checksum.md5 \
&& cp TFTrue.so "${SERVER_DIR}/tf/addons/TFTrue.so" \
&& mv TFTrue.so "${SERVER_DIR}/tf/addons/TFTrue.so" \
&& rm checksum.md5

CMD ["+sv_pure", "2", "+map", "cp_badlands", "+maxplayers", "24"]
Expand Down

0 comments on commit a528b9c

Please sign in to comment.