From 71302f6900ddb7ccff1503a9cb154a612a675e42 Mon Sep 17 00:00:00 2001 From: Florian Stosse Date: Fri, 29 Aug 2025 19:22:39 +0200 Subject: [PATCH] Update Python dependencies --- Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 62892b4..e47b0e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -102,8 +102,10 @@ RUN wget https://github.com/stamen/terrain-classic/blob/master/fonts/unifont-Med # Install python libraries RUN pip3 install --break-system-packages \ requests \ - osmium \ - pyyaml + psycopg2 \ + pyyaml \ + colormath \ + numpy # Install carto for stylesheet RUN npm install -g carto@1.2.0