From 86c89ae1d311bd18bbda1285f14b063d70c3433a Mon Sep 17 00:00:00 2001 From: edraft Date: Sun, 14 Jun 2026 10:46:35 +0200 Subject: [PATCH] Fixed build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 653738f..aa8fb6f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ ENV \ WORKDIR /home/steam/unturned -RUN steamcmd +force_install_dir /home/steam/unturned +login anonymous +app_update 1110390 validate +quit +RUN /home/steam/steamcmd/steamcmd.sh +force_install_dir /home/steam/unturned +login anonymous +app_update 1110390 validate +quit COPY entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh