Adds proton 8 also

This commit is contained in:
zontreck 2024-09-04 19:09:54 -07:00
parent ec84647e8d
commit 1cf361059c
5 changed files with 120 additions and 2 deletions

View file

@ -3,6 +3,7 @@ FROM debian:bookworm
LABEL author="Tara Piccari" maintainer="tarapiccari@gmail.com"
LABEL upstream="https://github.com/pelican-eggs/yolks"
ENV PROTON_VERSION=9.13
## install required packages
RUN dpkg --add-architecture i386
@ -12,7 +13,7 @@ RUN apt install -y alsa-tools libpulse0 pulseaudio libpulse-dev libasoun
RUN useradd -d /home/container -m container
# 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)"
RUN wget https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton${PROTON_VERSION}/GE-Proton${PROTON_VERSION}.tar.gz
RUN tar -xzf GE-Proton*.tar.gz -C /usr/local/bin/ --strip-components=1
RUN rm GE-Proton*.*