From f21c713ba29c8e87311ee4f813cfd74ca8526d8c Mon Sep 17 00:00:00 2001 From: Mathijs de Bruin Date: Fri, 16 May 2025 13:11:43 +0100 Subject: [PATCH] Distutils run-time dep. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1c7b8c79..e0459a16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -139,7 +139,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \ apt-get -qq install -y nodejs # Python3.9, GDAL, PDAL, nginx, letsencrypt, psql apt-get install -y --no-install-recommends \ - python3.9 git gdal-bin pdal \ + python3.9 python3.9-distutils git gdal-bin pdal \ nginx certbot gettext-base cron postgresql-client gettext tzdata # Cleanup of build requirements apt-get autoremove -y