Preserve Python 3.11 in all-in-one image
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-06-17 04:47:02 +02:00
parent a02a5f1ea9
commit 19326cc0b6
2 changed files with 4 additions and 3 deletions
+1 -3
View File
@@ -28,9 +28,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libproj-dev \
nginx \
proj-bin \
python3 \
python3-pip \
python3-venv \
&& ln -sf python3.11 /usr/bin/python3 \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /app