From 249d565ffb567afc66403a4b325b99147e5f72cc Mon Sep 17 00:00:00 2001 From: ruslan Date: Fri, 7 Feb 2025 18:21:34 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6378cb6..bae6388 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN ./steamcmd.sh +force_install_dir /hlds +login anonymous +app_update 90 valid WORKDIR /hlds 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.v2.0.0.zip -d /hlds RUN chmod +x hlds_linux RUN touch cstrike/banned.cfg