Skip to content

Commit e5fe6b2

Browse files
committed
Revert to Ubuntu 22 (fixes #380, reverts #334)
1 parent ffeac26 commit e5fe6b2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM steamcmd/steamcmd:ubuntu-24
1+
FROM steamcmd/steamcmd:ubuntu-22
22

33
ENV AUTOSAVENUM="5" \
44
DEBIAN_FRONTEND="noninteractive" \
@@ -26,9 +26,7 @@ RUN set -x \
2626
&& apt-get update \
2727
&& apt-get install -y gosu xdg-user-dirs curl jq tzdata --no-install-recommends \
2828
&& rm -rf /var/lib/apt/lists/* \
29-
&& userdel ubuntu \
30-
&& groupadd -r steam -g $PGID \
31-
&& useradd -ms /bin/bash --no-log-init -r -u $PUID -g $PGID steam \
29+
&& useradd -ms /bin/bash steam \
3230
&& gosu nobody true
3331

3432
RUN mkdir -p /config \

0 commit comments

Comments
 (0)