Skip to content

Commit

Permalink
fix: force python package installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed May 24, 2024
1 parent 539720b commit 39ddfbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ RUN if [ "$VTK" = "True" ]; then \
fi

RUN if [ "$PYTHON" = "True" ]; then \
apk add py3-pip && pip install -U cmakelang pyyaml clang-format==17.0.6; \
apk add py3-pip && pip install -U cmakelang pyyaml clang-format==17.0.6 --break-system-packages; \
fi

0 comments on commit 39ddfbc

Please sign in to comment.