Skip to content

Commit

Permalink
Allow overwriting system packages by pip
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille authored and github-actions[bot] committed Jul 17, 2024
1 parent bdf39a5 commit 28d4707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/kubernetes-json-schema/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN <<EOF
git clone -q --config advice.detachedHead=false --depth 1 --branch master https://github.com/yannh/openapi2jsonschema .
EOF
RUN <<EOF
pip install --requirement requirements.txt --no-build-isolation .
pip install --requirement requirements.txt --no-build-isolation --break-system-packages .
EOF
ARG name
ARG version
Expand Down

0 comments on commit 28d4707

Please sign in to comment.