Skip to content

Add `--break-system-packages` to install python packages in Docker images

Benjamin Bouvier requested to merge bnjbvr/kresus:break-system-packages into main

This prevents building the docker image. In our case we don't really care about installing globally, and the alternative (using a venv) would be much more pain (we've done that in the past and it brought up other complicated issues).

Merge request reports