Skip to content

Fix: add python package to mvn:appengine builder#1111

Open
64johnlee wants to merge 1 commit into
GoogleCloudPlatform:masterfrom
64johnlee:fix/mvn-appengine-python
Open

Fix: add python package to mvn:appengine builder#1111
64johnlee wants to merge 1 commit into
GoogleCloudPlatform:masterfrom
64johnlee:fix/mvn-appengine-python

Conversation

@64johnlee

Copy link
Copy Markdown

Summary

The google-cloud-sdk installer requires the python command to be available. The Dockerfile.appengine was installing python3 but not the python package, which causes the SDK installation to fail with python: command not found.

This fix adds python to the apt-get install line, ensuring both python and python3 are available for the Cloud SDK setup.

Verification

🤖 Generated with Claude Code

The google-cloud-sdk installer requires the python command to be available.
The Dockerfile.appengine was installing python3 but not the python package,
which is needed as a symlink/alias for SDK compatibility.

Fixes GoogleCloudPlatform#1056

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@google-cla

google-cla Bot commented Jun 6, 2026

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@64johnlee

Copy link
Copy Markdown
Author

gcla

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant