Skip to content

Commit

Permalink
Fix my last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wolveix authored Dec 4, 2024
1 parent 74b635f commit 63c8852
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ RUN set -x \
&& apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y gosu xdg-user-dirs curl jq tzdata --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* \
&& useradd -ms /bin/bash steam \
&& userdel ubuntu \
&& groupadd -r steam -g $PGID \
&& useradd -ms /bin/bash --no-log-init -r -u $PUID -g $PGID steam \
&& gosu nobody true

RUN mkdir -p /config \
Expand Down

0 comments on commit 63c8852

Please sign in to comment.