Update image to bookworm
This commit is contained in:
parent
049e8ae316
commit
2363a6b43f
1 changed files with 6 additions and 5 deletions
|
@ -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,6 +8,7 @@ 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 \
|
||||||
|
ca-certificates \
|
||||||
lib32gcc1 \
|
lib32gcc1 \
|
||||||
lib32stdc++6 \
|
lib32stdc++6 \
|
||||||
unzip \
|
unzip \
|
||||||
|
|
Loading…
Reference in a new issue