dayz: fix bercon permission

This commit is contained in:
QuintenQVD0
2024-06-15 09:50:53 +02:00
parent 80381ec9d8
commit bd036bff48

View File

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