--break-system-packages

This commit is contained in:
Florian Stosse
2025-08-26 16:51:47 +02:00
parent 7a82321bb1
commit 6e84a8d75c

View File

@@ -99,7 +99,7 @@ RUN wget https://github.com/googlefonts/noto-emoji/blob/9a5261d871451f9b5183c934
RUN wget https://github.com/stamen/terrain-classic/blob/master/fonts/unifont-Medium.ttf?raw=true --content-disposition -P /usr/share/fonts/
# Install python libraries
RUN pipx install --include-deps \
RUN pip3 install --break-system-packages \
requests \
osmium \
pyyaml