From 143a5cf0599765f12c1b961da3c763f5e60544f6 Mon Sep 17 00:00:00 2001 From: Daniel Ceregatti Date: Wed, 30 Jul 2025 13:56:10 -0600 Subject: [PATCH] Update comment. --- web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Dockerfile b/web/Dockerfile index 2bb7824..617c384 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -65,7 +65,7 @@ RUN groupadd -g ${USER_ID} user && \ # Shut steamcmd up RUN cd /usr/lib/i386-linux-gnu && ln -s /web/bin/steamservice.so -# Add bercon https://github.com/WoozyMasta/bercon +# Add bercon-cli https://github.com/WoozyMasta/bercon 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