Merge pull request #139 from parkervcp/update-rcon

update rcon
This commit is contained in:
Michael (Parker) Parker
2023-06-17 17:47:27 -04:00
committed by GitHub
5 changed files with 15 additions and 15 deletions

View File

@@ -32,10 +32,10 @@ RUN wget -q -O /usr/sbin/winetricks https://raw.githubusercontent.com/Wi
## install rcon
RUN cd /tmp/ \
&& curl -sSL https://github.com/gorcon/rcon-cli/releases/download/v0.10.2/rcon-0.10.2-amd64_linux.tar.gz > rcon.tar.gz \
&& curl -sSL https://github.com/gorcon/rcon-cli/releases/download/v0.10.3/rcon-0.10.3-amd64_linux.tar.gz > rcon.tar.gz \
&& tar xvf rcon.tar.gz \
&& mv rcon-0.10.2-amd64_linux/rcon /usr/local/bin/
&& mv rcon-0.10.3-amd64_linux/rcon /usr/local/bin/
USER container
ENV USER=container HOME=/home/container
WORKDIR /home/container