Commit 9abad60
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.1 parent 3a700b7 commit 9abad60
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments