Skip to content

Commit

Permalink
add libnss-wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
gOOvER committed Jan 3, 2025
1 parent 478eab8 commit 71312a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 19 deletions.
11 changes: 6 additions & 5 deletions steam/proton/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ RUN apt install -y --no-install-recommends \
libao-common \
libasound2 \
libfreetype6 \
libfreetype6:i386 \
libsdl1.2debian \
libsdl1.2debian:i386 \
libsdl2-2.0-0 \
Expand All @@ -66,6 +67,8 @@ RUN apt install -y --no-install-recommends \
libncurses5-dev:i386 \
libncurses6 \
libntlm0 \
libnss-wrapper \
libnss3 \
libpulse-dev \
libpulse0 \
libgstreamer1.0-dev \
Expand All @@ -80,8 +83,6 @@ RUN apt install -y --no-install-recommends \
gstreamer1.0-x \
gstreamer1.0-alsa \
gstreamer1.0-gl \
#gstreamer1.0-gtk3 \
#gstreamer1.0-qt5 \
gstreamer1.0-pulseaudio

# Download Proton GE
Expand All @@ -101,9 +102,9 @@ RUN wget -q -O /usr/sbin/winetricks https://raw.githubusercontent.com/Wi
RUN wget -q -O /usr/share/bash-completion/completions/winetricks https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks.bash-completion

# Install Protontricks
RUN pipx install protontricks
RUN pipx ensurepath
RUN ln -s /root/.local/bin/protontricks /usr/local/bin/protontricks
#RUN pipx install protontricks
#RUN pipx ensurepath
#RUN ln -s /root/.local/bin/protontricks /usr/local/bin/protontricks
# Debug
#RUN find -name "protontricks"

Expand Down
14 changes: 0 additions & 14 deletions steam/sources.list

This file was deleted.

0 comments on commit 71312a5

Please sign in to comment.