Skip to content

Commit 2ec6652

Browse files
committed
fix(base): add python3 for Proton
1 parent ad210e3 commit 2ec6652

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

base/debian-13/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

base/debian/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)