Skip to content

Commit d7aff66

Browse files
oleshoclaude
andcommitted
Add python3 to final image for devtools-frontend HTTP server
📝 Changes: - Added python3 and python-is-python3 to runtime dependencies in Dockerfile.cloudrun - Required for supervisor devtools-frontend service which runs: python3 -m http.server 8001 - This will allow the custom DevTools frontend to be served properly 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 612f5aa commit d7aff66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.cloudrun

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ ENV USERNAME=kernel
206206
RUN set -eux; \
207207
apt-get update; \
208208
apt-get install -y --no-install-recommends \
209-
wget ca-certificates python2 supervisor xclip xdotool \
209+
wget ca-certificates python2 python3 python-is-python3 supervisor xclip xdotool \
210210
pulseaudio dbus-x11 xserver-xorg-video-dummy \
211211
libcairo2 libxcb1 libxrandr2 libxv1 libopus0 libvpx7 \
212212
gstreamer1.0-plugins-base gstreamer1.0-plugins-good \

0 commit comments

Comments
 (0)