Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusraupach committed Jan 7, 2025
1 parent 55b4e52 commit 3a7743c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM cm2network/steamcmd

USER root

WORKDIR /

RUN apt-get update && \
apt-get install -y libatomic1 \
libpulse0 \
Expand All @@ -11,7 +13,7 @@ RUN apt-get update && \

COPY entrypoint.sh .

RUN chmod +x /entrypoint.sh
RUN chmod +x entrypoint.sh

USER steam

Expand All @@ -28,4 +30,4 @@ WORKDIR /

EXPOSE 2456-2458/udp

ENTRYPOINT ["./entrypoint.sh"]
ENTRYPOINT ["entrypoint.sh"]

0 comments on commit 3a7743c

Please sign in to comment.