Skip to content

Commit

Permalink
Merge pull request #250 from pelican-eggs/dayz-rcon
Browse files Browse the repository at this point in the history
dayz: fix bercon permission
  • Loading branch information
QuintenQVD0 committed Jun 15, 2024
2 parents 80381ec + bd036bf commit 716122d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion games/dayz/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ RUN dpkg --add-architecture i386 \
## install rcon client (bercon)
RUN cd /tmp/ \
&& curl -sSL https://github.com/WoozyMasta/bercon/releases/download/1.0.0/bercon > bercon \
&& mv bercon /usr/local/bin/
&& mv bercon /usr/local/bin/ \
&& chmod +x /usr/local/bin/bercon

## Configure locale
RUN update-locale lang=en_US.UTF-8 \
Expand Down

0 comments on commit 716122d

Please sign in to comment.