Use bercon-cli instead of its predecessor.

This commit is contained in:
Daniel Ceregatti 2025-07-28 15:48:11 -06:00
parent eb6ac6c1a1
commit 7f08f94ac7

View file

@ -66,9 +66,9 @@ RUN groupadd -g ${USER_ID} user && \
RUN cd /usr/lib/i386-linux-gnu && ln -s /web/bin/steamservice.so RUN cd /usr/lib/i386-linux-gnu && ln -s /web/bin/steamservice.so
# Add bercon https://github.com/WoozyMasta/bercon # Add bercon https://github.com/WoozyMasta/bercon
RUN wget https://github.com/WoozyMasta/bercon/releases/download/1.0.0/bercon \ RUN wget https://github.com/WoozyMasta/bercon-cli/releases/latest/download/bercon-cli-linux-amd64 -O bercon-cli \
&& chmod +x bercon \ && chmod +x bercon-cli \
&& mv bercon /usr/bin && mv bercon-cli /usr/bin
# Use our non-privileged user # Use our non-privileged user
USER user USER user