diff --git a/x86-64-unknown-linux-builder/Dockerfile b/x86-64-unknown-linux-builder/Dockerfile index fa5bbec..819f72a 100644 --- a/x86-64-unknown-linux-builder/Dockerfile +++ b/x86-64-unknown-linux-builder/Dockerfile @@ -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 '*'