add bercon installation for battleye rcon

This commit is contained in:
shaynendradika
2024-06-14 01:08:37 +07:00
parent 2e3436f381
commit 33eee7766f

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