Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gOOvER committed Feb 11, 2024
1 parent 7d33cf8 commit 4a7c5a1
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion steam/proton/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,22 @@ RUN apt install -y --no-install-recommends \
libncurses6 \
libntlm0 \
libpulse-dev \
libpulse0
libpulse0 \
libgstreamer1.0-dev \
libgstreamer-plugins-base1.0-dev \
libgstreamer-plugins-bad1.0-dev \
gstreamer1.0-plugins-base \
gstreamer1.0-plugins-good \
gstreamer1.0-plugins-bad \
gstreamer1.0-plugins-ugly \
gstreamer1.0-libav \
gstreamer1.0-tools \
#gstreamer1.0-x \
gstreamer1.0-alsa \
gstreamer1.0-gl \
#gstreamer1.0-gtk3 \
#gstreamer1.0-qt5 \
gstreamer1.0-pulseaudio

# Download Proton GE
RUN curl -sLOJ $(curl -s https://api.github.com/repos/GloriousEggroll/proton-ge-custom/releases/latest | grep browser_download_url | cut -d\" -f4 | egrep .tar.gz)
Expand Down

0 comments on commit 4a7c5a1

Please sign in to comment.