Merge pull request #249 from shaynendradika/dayz-rcon-client

Add RCon Client for DayZ image
This commit is contained in:
Quinten
2024-06-14 08:50:10 +02:00
committed by GitHub

View File

@@ -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