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