Update image to bookworm

This commit is contained in:
paul 2024-03-10 22:33:18 +01:00
parent 049e8ae316
commit 2363a6b43f

View file

@ -1,4 +1,4 @@
FROM debian:buster FROM debian:bookworm
# Create steam user # Create steam user
RUN useradd -m -d /home/steam steam RUN useradd -m -d /home/steam steam
@ -8,10 +8,11 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get update && \ apt-get update && \
apt-get install --yes -qq --no-install-recommends \ apt-get install --yes -qq --no-install-recommends \
curl \ curl \
lib32gcc1 \ ca-certificates \
lib32stdc++6 \ lib32gcc1 \
unzip \ lib32stdc++6 \
git && \ unzip \
git && \
apt-get clean && \ apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*