Skip to content

Commit 63c8852

Browse files
authored
Fix my last commit
1 parent 74b635f commit 63c8852

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ RUN set -x \
55
&& apt-get update \
66
&& DEBIAN_FRONTEND=noninteractive apt-get install -y gosu xdg-user-dirs curl jq tzdata --no-install-recommends \
77
&& rm -rf /var/lib/apt/lists/* \
8-
&& useradd -ms /bin/bash steam \
8+
&& userdel ubuntu \
9+
&& groupadd -r steam -g $PGID \
10+
&& useradd -ms /bin/bash --no-log-init -r -u $PUID -g $PGID steam \
911
&& gosu nobody true
1012

1113
RUN mkdir -p /config \

0 commit comments

Comments
 (0)