We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffeac26 commit e5fe6b2Copy full SHA for e5fe6b2
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM steamcmd/steamcmd:ubuntu-24
+FROM steamcmd/steamcmd:ubuntu-22
2
3
ENV AUTOSAVENUM="5" \
4
DEBIAN_FRONTEND="noninteractive" \
@@ -26,9 +26,7 @@ RUN set -x \
26
&& apt-get update \
27
&& apt-get install -y gosu xdg-user-dirs curl jq tzdata --no-install-recommends \
28
&& 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 \
+ && useradd -ms /bin/bash steam \
32
&& gosu nobody true
33
34
RUN mkdir -p /config \
0 commit comments