fix: add python3 to ISO packages for Claude API proxy
The claude-api-proxy.py requires python3 which was missing from the rootfs package list, breaking AIUI on fresh installs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
08330e13f7
commit
d8d1601dea
@ -260,6 +260,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
slirp4netns \
|
slirp4netns \
|
||||||
fuse-overlayfs \
|
fuse-overlayfs \
|
||||||
tor \
|
tor \
|
||||||
|
python3 \
|
||||||
curl \
|
curl \
|
||||||
git \
|
git \
|
||||||
vim-tiny \
|
vim-tiny \
|
||||||
@ -283,6 +284,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
plymouth \
|
plymouth \
|
||||||
plymouth-themes \
|
plymouth-themes \
|
||||||
zstd \
|
zstd \
|
||||||
|
python3 \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user