Tets fix?
Build / latest (push) Failing after 27s

This commit is contained in:
2026-06-14 10:52:51 +02:00
parent 86c89ae1d3
commit 73779c0ac1
+4
View File
@@ -27,7 +27,11 @@ ENV \
WORKDIR /home/steam/unturned
RUN mkdir -p /home/steam/unturned && chown -R steam:steam /home/steam/unturned
USER steam
RUN /home/steam/steamcmd/steamcmd.sh +force_install_dir /home/steam/unturned +login anonymous +app_update 1110390 validate +quit
USER root
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh