Update Dockerfile

This commit is contained in:
ruslan 2025-02-07 18:04:45 +01:00 committed by GitHub
parent ff0fc884d6
commit 1651ded80e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ RUN ./steamcmd.sh +force_install_dir /hlds +login anonymous +app_update 90 valid
WORKDIR /hlds WORKDIR /hlds
ADD https://github.com/AMXX4u/BasePack/releases/download/2.0.0/BasePack.zip /tmp ADD https://github.com/AMXX4u/BasePack/releases/download/2.0.0/BasePack.v2.0.0.zip /tmp
RUN unzip -o /tmp/BasePack.zip -d /hlds RUN unzip -o /tmp/BasePack.zip -d /hlds
RUN chmod +x hlds_linux RUN chmod +x hlds_linux