From 33eee7766f2dcf65ffcd7efc1b77ef50c11494ea Mon Sep 17 00:00:00 2001 From: shaynendradika Date: Fri, 14 Jun 2024 01:08:37 +0700 Subject: [PATCH] add bercon installation for battleye rcon --- games/dayz/Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/games/dayz/Dockerfile b/games/dayz/Dockerfile index 60a0935ae..092d95761 100644 --- a/games/dayz/Dockerfile +++ b/games/dayz/Dockerfile @@ -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