update to 24.04 base

This commit is contained in:
Robin Appelman 2025-10-29 19:44:44 +01:00
commit e43a5fd98b
2 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
from ubuntu:22.04 from ubuntu:24.04
maintainer Robin Appelman <robin@icewind.nl> maintainer Robin Appelman <robin@icewind.nl>
RUN echo steam steam/question select "I AGREE" | debconf-set-selections \ RUN echo steam steam/question select "I AGREE" | debconf-set-selections \
@ -7,13 +7,13 @@ RUN echo steam steam/question select "I AGREE" | debconf-set-selections \
&& apt-get -y install software-properties-common \ && apt-get -y install software-properties-common \
&& add-apt-repository multiverse \ && add-apt-repository multiverse \
&& dpkg --add-architecture i386 \ && dpkg --add-architecture i386 \
&& apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install libstdc++6 libcurl3-gnutls wget libncurses5 bzip2 unzip vim nano lib32gcc-s1 lib32stdc++6 steamcmd \ && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install libstdc++6 libcurl3-gnutls wget libncurses6 bzip2 unzip vim nano lib32gcc-s1 lib32stdc++6 steamcmd \
&& apt-get install -y --no-install-recommends --no-install-suggests \ && apt-get install -y --no-install-recommends --no-install-suggests \
ca-certificates \ ca-certificates \
lib32z1 \ lib32z1 \
libncurses5:i386 \ libncurses6:i386 \
libbz2-1.0:i386 \ libbz2-1.0:i386 \
libtinfo5:i386 \ libtinfo6:i386 \
libcurl3-gnutls:i386 \ libcurl3-gnutls:i386 \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \ && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
&& useradd -m tf2 \ && useradd -m tf2 \

View file

@ -1,4 +1,4 @@
login anonymous
force_install_dir /home/tf2/hlserver/tf2/ force_install_dir /home/tf2/hlserver/tf2/
login anonymous
app_update 232250 app_update 232250
quit quit