Skip to content

Commit

Permalink
Merge pull request #249 from shaynendradika/dayz-rcon-client
Browse files Browse the repository at this point in the history
Add RCon Client for DayZ image
  • Loading branch information
QuintenQVD0 committed Jun 14, 2024
2 parents 2e3436f + 33eee77 commit 80381ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions games/dayz/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ RUN dpkg --add-architecture i386 \
libnss-wrapper \
tini

## 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/

## Configure locale
RUN update-locale lang=en_US.UTF-8 \
&& dpkg-reconfigure --frontend noninteractive locales
Expand Down

0 comments on commit 80381ec

Please sign in to comment.