Skip to content

Commit

Permalink
Merge pull request #62 from gOOvER/patch-4
Browse files Browse the repository at this point in the history
update rcon -cli to 0.10.2
  • Loading branch information
parkervcp authored Jun 10, 2022
2 parents 8db3f9c + 92ac2cf commit 960561c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions games/source/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ RUN dpkg --add-architecture i386 \

## install rcon
RUN cd /tmp/ \
&& curl -sSL https://github.com/gorcon/rcon-cli/releases/download/v0.10.1/rcon-0.10.1-amd64_linux.tar.gz > rcon.tar.gz \
&& curl -sSL https://github.com/gorcon/rcon-cli/releases/download/v0.10.2/rcon-0.10.2-amd64_linux.tar.gz > rcon.tar.gz \
&& tar xvf rcon.tar.gz \
&& mv rcon-0.10.1-amd64_linux/rcon /usr/local/bin/
&& mv rcon-0.10.2-amd64_linux/rcon /usr/local/bin/

USER container
ENV USER=container HOME=/home/container
Expand Down

0 comments on commit 960561c

Please sign in to comment.