From 72d8101045c92a21102604e7c164dfeb13184499 Mon Sep 17 00:00:00 2001 From: Dorian Date: Tue, 31 Mar 2026 04:52:30 +0100 Subject: [PATCH] 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) --- image-recipe/build-auto-installer-iso.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/image-recipe/build-auto-installer-iso.sh b/image-recipe/build-auto-installer-iso.sh index ee119b1f..888b9c5d 100755 --- a/image-recipe/build-auto-installer-iso.sh +++ b/image-recipe/build-auto-installer-iso.sh @@ -260,6 +260,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ slirp4netns \ fuse-overlayfs \ tor \ + python3 \ curl \ git \ vim-tiny \ @@ -283,6 +284,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ plymouth \ plymouth-themes \ zstd \ + python3 \ && apt-get clean \ && rm -rf /var/lib/apt/lists/*