From 6e84a8d75cd5e3ad2bc468ce795735906254e36a Mon Sep 17 00:00:00 2001 From: Florian Stosse Date: Tue, 26 Aug 2025 16:51:47 +0200 Subject: [PATCH] --break-system-packages --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0d8e515..e178201 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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