Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Fix building container image on Debian bookworm
With Debian 12 (bookworm) it isn't possible to use pip to install Python packages system wide because auf [PEP 668](https://peps.python.org/pep-0668). Therefore it requires the `--break-system-packages` switch or to use a virtual environment.
- Loading branch information