From 034b3e9825cc2be4c9618664f1c6ab7713a4bac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Wed, 10 Jul 2024 11:22:50 +0200 Subject: [PATCH] Fix build issue --- docker/qgisserver/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/qgisserver/Dockerfile b/docker/qgisserver/Dockerfile index 4717625891..e9d2d4c674 100644 --- a/docker/qgisserver/Dockerfile +++ b/docker/qgisserver/Dockerfile @@ -10,7 +10,7 @@ COPY python/ /tmp/python/ RUN cd /tmp/python/$(python3 --version|awk '{print $2}'|awk -F '.' '{print $1 "." $2}') && \ PIP_NO_BINARY=shapely pipenv --python=$(python3 --version|awk '{print $2}') \ install --system --deploy --clear && \ - rm -rf /root/.local/share/virtualenv /root/.local/share/virtualenvs + rm -rf /root/.local/share/virtualenvs #############################################################################################################