Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mvn/Dockerfile.appengine
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ARG PROJECT_ID="cloud-builders"
ARG MAVEN_VERSION=latest
FROM gcr.io/${PROJECT_ID}/mvn:${MAVEN_VERSION}

# install python
RUN apt-get update -y && apt-get install python3 -y
# install python3 and the python command used by Cloud SDK scripts
RUN apt-get update -y && apt-get install -y python3 python-is-python3

# install cloud sdk into appengine-maven-plugin cache
RUN set -eux; \
Expand Down