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 c615ab6 commit 55b4e52
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,15 +2,17 @@ FROM cm2network/steamcmd

USER root

COPY --chmod=+x entrypoint.sh .

RUN apt-get update && \
apt-get install -y libatomic1 \
libpulse0 \
libpulse-dev && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

COPY entrypoint.sh .

RUN chmod +x /entrypoint.sh

USER steam

WORKDIR /home/steam/steamcmd
Expand Down

0 comments on commit 55b4e52

Please sign in to comment.