Skip to content

Commit

Permalink
Merge pull request #30695 from ameukam/boostrap-fix-pip-install
Browse files Browse the repository at this point in the history
images/bootstrap: Allow pip an external python installation
  • Loading branch information
k8s-ci-robot authored Sep 12, 2023
2 parents 3885e85 + ee20a1f commit 95c3613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/bootstrap/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
zip \
zlib1g-dev \
&& rm -rf /var/lib/apt/lists/* \
&& python3 -m pip install --no-cache-dir --upgrade pip setuptools wheel
&& python3 -m pip install --no-cache-dir --break-system-packages --upgrade pip setuptools wheel

# Install gcloud

Expand Down

0 comments on commit 95c3613

Please sign in to comment.