Skip to content

Commit f547392

Browse files
committed
tries to fix build error "python: not found" from gsutil --version
1 parent 6a9c995 commit f547392

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builder-base-gcloud/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ FROM --platform=$TARGETPLATFORM yolean/builder-base
1414
USER root
1515
RUN set -ex; \
1616
export DEBIAN_FRONTEND=noninteractive; \
17-
runDeps='python3 rsync openssh-client'; \
17+
runDeps='python3 python-is-python3 rsync openssh-client'; \
1818
\
1919
apt-get update && apt-get install -y --no-install-recommends $runDeps $buildDeps; \
2020
\

0 commit comments

Comments
 (0)