diff --git a/Dockerfile b/Dockerfile index c89f090..5fc6cff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,6 @@ FROM cm2network/steamcmd USER root -COPY --chmod=+x entrypoint.sh . - RUN apt-get update && \ apt-get install -y libatomic1 \ libpulse0 \ @@ -11,6 +9,10 @@ RUN apt-get update && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* +COPY entrypoint.sh . + +RUN chmod +x /entrypoint.sh + USER steam WORKDIR /home/steam/steamcmd