yolks (steamcmd_proton)

Published 2024-11-15 17:22:32 -07:00 by zontreck in AriasCreations/Yolks

Installation

docker pull git.zontreck.com/ariascreations/yolks:steamcmd_proton
sha256:103b3025f08ea3ab85e4cf4bc6408412e42ece34160e10068a9b14ed00bd84dd

Image Layers

ADD rootfs.tar.xz / # buildkit
CMD ["bash"]
LABEL author=Tara Piccari maintainer=tarapiccari@gmail.com
LABEL upstream=https://github.com/pelican-eggs/yolks
ENV PROTON_VERSION=9-13
RUN /bin/sh -c dpkg --add-architecture i386 # buildkit
RUN /bin/sh -c apt update # buildkit
RUN /bin/sh -c apt install -y --no-install-recommends wget iproute2 gnupg2 software-properties-common libntlm0 winbind xvfb xauth libncurses5-dev:i386 libncurses6 dbus libgdiplus lib32gcc-s1 # buildkit
RUN /bin/sh -c apt install -y alsa-tools libpulse0 pulseaudio libpulse-dev libasound2 libao-common gnutls-bin gnupg locales numactl cabextract curl python3 python3-pip python3-setuptools tini file pipx # buildkit
RUN /bin/sh -c useradd -d /home/container -m container # buildkit
RUN /bin/sh -c wget https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton${PROTON_VERSION}/GE-Proton${PROTON_VERSION}.tar.gz # buildkit
RUN /bin/sh -c tar -xzf GE-Proton*.tar.gz -C /usr/local/bin/ --strip-components=1 # buildkit
RUN /bin/sh -c rm GE-Proton*.* # buildkit
RUN /bin/sh -c rm -f /etc/machine-id # buildkit
RUN /bin/sh -c dbus-uuidgen --ensure=/etc/machine-id # buildkit
RUN /bin/sh -c rm /var/lib/dbus/machine-id # buildkit
RUN /bin/sh -c dbus-uuidgen --ensure # buildkit
RUN /bin/sh -c pipx install protontricks # buildkit
RUN /bin/sh -c wget -q -O /usr/sbin/winetricks https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks && chmod +x /usr/sbin/winetricks # buildkit
RUN /bin/sh -c cd /tmp/ && curl -sSL https://github.com/gorcon/rcon-cli/releases/download/v0.10.3/rcon-0.10.3-amd64_linux.tar.gz > rcon.tar.gz && tar xvf rcon.tar.gz && mv rcon-0.10.3-amd64_linux/rcon /usr/local/bin/ # buildkit
USER container
ENV USER=container HOME=/home/container
WORKDIR /home/container
STOPSIGNAL SIGINT
COPY --chown=container:container ./entrypoint.sh /entrypoint.sh # buildkit
RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit
ENTRYPOINT ["/usr/bin/tini" "-g" "--"]
CMD ["/entrypoint.sh"]

Labels

Key Value
author Tara Piccari
maintainer tarapiccari@gmail.com
upstream https://github.com/pelican-eggs/yolks
Details
Container
2024-11-15 17:22:32 -07:00
0
OCI / Docker
linux/amd64
1.3 GiB
Versions (25) View all
steamcmd_ubuntu 2024-11-15
steamcmd_sniper 2024-11-15
steamcmd_proton8 2024-11-15
steamcmd_proton 2024-11-15
steamcmd_dotnet 2024-11-15