From aea754aacb8bac8a697531fc3aae5208c3a90fd7 Mon Sep 17 00:00:00 2001 From: Florian Stosse Date: Tue, 26 Aug 2025 16:28:37 +0200 Subject: [PATCH] Switch to pipx --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 62dcf86..9709e73 100644 --- a/Dockerfile +++ b/Dockerfile @@ -96,7 +96,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 pip3 install \ +RUN pipx install \ requests \ osmium \ pyyaml