Fixed build
Build / latest (push) Successful in 36s

This commit is contained in:
2026-06-14 15:33:24 +02:00
parent e59fccbb7e
commit f6a090fd6b
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -13,7 +13,9 @@ ENV GSLT="" \
RUN apt-get update \
&& apt-get install -y --no-install-recommends procps \
&& rm -rf /var/lib/apt/lists/*
&& rm -rf /var/lib/apt/lists/* \
&& mkdir -p /home/steam/unturned \
&& chown -R steam:steam /home/steam
WORKDIR /home/steam
@@ -23,4 +25,6 @@ RUN chmod +x /entrypoint.sh
EXPOSE 27015/udp
EXPOSE 27016/udp
USER steam
ENTRYPOINT ["/entrypoint.sh"]