We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f547392 commit 512b399Copy full SHA for 512b399
builder-base-gcloud/Dockerfile
@@ -14,7 +14,7 @@ FROM --platform=$TARGETPLATFORM yolean/builder-base
14
USER root
15
RUN set -ex; \
16
export DEBIAN_FRONTEND=noninteractive; \
17
- runDeps='python3 python-is-python3 rsync openssh-client'; \
+ runDeps='python3 rsync openssh-client'; \
18
\
19
apt-get update && apt-get install -y --no-install-recommends $runDeps $buildDeps; \
20
@@ -26,5 +26,6 @@ COPY --from=cloud-sdk /usr/lib/google-cloud-sdk /usr/lib/google-cloud-sdk
26
COPY --from=cloud-sdk /root/.config/gcloud /home/nonroot/.config/gcloud
27
28
ENV PATH="${PATH}:/usr/lib/google-cloud-sdk/bin"
29
+ENV CLOUDSDK_PYTHON=/usr/bin/python3
30
31
RUN gsutil version
0 commit comments