Skip to content

Commit

Permalink
use bookworm base
Browse files Browse the repository at this point in the history
  • Loading branch information
EgoMaw committed Nov 13, 2023
1 parent 4dd3078 commit 9e2b61a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions steamcmd/proton/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# ---------------------------------------------
# Steam Proton image
# ---------------------------------------------
FROM debian:bullseye-slim
FROM debian:bookworm-slim

LABEL author="EgoMaw" maintainer="[email protected]"

## install required packages
RUN dpkg --add-architecture i386
RUN apt-get update
RUN apt-get install -y --no-install-recommends wget iproute2 gnupg2 software-properties-common libntlm0 winbind xvfb xauth libncurses5-dev:i386 libncurses6 dbus libgdiplus lib32gcc-s1
RUN apt-get install -y alsa-tools libpulse0 pulseaudio libpulse-dev libasound2 libao-common gnutls-bin gnupg locales numactl cabextract curl python3 python3-pip python3-setuptools jq gettext-base
RUN apt-get install -y --no-install-recommends alsa-tools libpulse0 pulseaudio libpulse-dev libasound2 libao-common gnutls-bin gnupg locales numactl cabextract curl python3 python3-pip python3-setuptools jq gettext-base
RUN useradd -d /home/container -m container

# Download Proton GE
Expand Down

0 comments on commit 9e2b61a

Please sign in to comment.