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 6a9c995 commit f547392Copy full SHA for f547392
1 file changed
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 rsync openssh-client'; \
+ runDeps='python3 python-is-python3 rsync openssh-client'; \
18
\
19
apt-get update && apt-get install -y --no-install-recommends $runDeps $buildDeps; \
20
0 commit comments