Skip to content

Commit

Permalink
Update to fix coming build error
Browse files Browse the repository at this point in the history
We updated our Alpine based builder to use 3.20. In the process,
pip installs will fail when run as root unless we supply
`--break-system-packages`.
  • Loading branch information
SeanTAllen committed Dec 4, 2024
1 parent fdde86c commit 9916bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x86-64-unknown-linux-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ RUN apk add --update --no-cache \
bash \
make \
build-base \
&& pip install cloudsmith-cli
&& pip install --break-system-packages cloudsmith-cli

RUN git config --global --add safe.directory '*'

0 comments on commit 9916bc7

Please sign in to comment.