File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ RUN set -eux; \
2020 coreutils procps iproute2 iputils-ping socat jq git git-lfs gnupg tmux dbus \
2121 tini tzdata locales gosu \
2222 libssl3t64 libcurl4t64 libsqlite3-0 libzstd1 libsdl2-2.0-0 libsdl1.2-compat libfontconfig1 libicu76 \
23+ # Required for Proton
24+ python3 \
2325 # Required for Core Keeper
2426 xvfb xauth libxi6 \
2527 # Required for Valheim crossplay (and variously some others)
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ RUN set -eux; \
2020 coreutils procps iproute2 iputils-ping socat jq git git-lfs gnupg tmux dbus \
2121 tini tzdata locales gosu \
2222 libssl3 libcurl4 libsqlite3-0 libzstd1 libsdl2-2.0-0 libsdl1.2-compat libfontconfig1 \
23+ # Required for Proton
24+ python3 \
2325 # Required for Core Keeper
2426 xvfb xauth libxi6 \
2527 # Required for Valheim crossplay (and variously some others)
You can’t perform that action at this time.
0 commit comments