Skip to content

Commit

Permalink
Revert to Ubuntu 22 (fixes #380, reverts #334)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolveix committed Dec 5, 2024
1 parent ffeac26 commit e5fe6b2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM steamcmd/steamcmd:ubuntu-24
FROM steamcmd/steamcmd:ubuntu-22

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

RUN mkdir -p /config \
Expand Down

0 comments on commit e5fe6b2

Please sign in to comment.