mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-08-09 08:33:35 +00:00
Use bercon-cli instead of its predecessor.
This commit is contained in:
parent
eb6ac6c1a1
commit
7f08f94ac7
1 changed files with 3 additions and 3 deletions
|
@ -66,9 +66,9 @@ RUN groupadd -g ${USER_ID} user && \
|
|||
RUN cd /usr/lib/i386-linux-gnu && ln -s /web/bin/steamservice.so
|
||||
|
||||
# Add bercon https://github.com/WoozyMasta/bercon
|
||||
RUN wget https://github.com/WoozyMasta/bercon/releases/download/1.0.0/bercon \
|
||||
&& chmod +x bercon \
|
||||
&& mv bercon /usr/bin
|
||||
RUN wget https://github.com/WoozyMasta/bercon-cli/releases/latest/download/bercon-cli-linux-amd64 -O bercon-cli \
|
||||
&& chmod +x bercon-cli \
|
||||
&& mv bercon-cli /usr/bin
|
||||
|
||||
# Use our non-privileged user
|
||||
USER user
|
||||
|
|
Loading…
Add table
Reference in a new issue