Skip to content

Commit

Permalink
fix: Update to latest ubuntu and linuxgsm version
Browse files Browse the repository at this point in the history
  • Loading branch information
vinanrra committed Sep 20, 2024
1 parent 9ed37da commit 84fbefe
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM steamcmd/steamcmd:ubuntu-18
FROM steamcmd/steamcmd:ubuntu-24

STOPSIGNAL SIGTERM

Expand All @@ -22,6 +22,7 @@ LABEL build_version="version: 0.1.0"

#####Dependencies####

# LinuxGSM dependencies
RUN dpkg --add-architecture i386 && \
apt update -y && \
apt install -y --no-install-recommends \
Expand All @@ -33,6 +34,7 @@ RUN dpkg --add-architecture i386 && \
bzip2 \
gzip \
unzip \
unrar \
bsdmainutils \
python3 \
util-linux \
Expand All @@ -41,22 +43,25 @@ RUN dpkg --add-architecture i386 && \
bc \
jq \
tmux \
lib32gcc1 \
lib32gcc-s1 \
lib32stdc++6 \
libstdc++6 \
libstdc++6:i386 \
libxml2-utils \
telnet \
expect \
netcat \
netcat-openbsd \
locales \
libgdiplus \
cron \
tclsh \
cpio \
libsdl2-2.0-0:i386 \
xz-utils \
distro-info \
uuid-runtime
distro-info \
git \
uuid-runtime \
pigz

# Install latest su-exec
RUN set -ex; \
Expand Down

0 comments on commit 84fbefe

Please sign in to comment.