Use explicit Python 3.11 for all-in-one build
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:50:00 +02:00
parent 19326cc0b6
commit 1f9baf1ccf
2 changed files with 6 additions and 3 deletions
@@ -68,7 +68,9 @@ def test_unraid_all_in_one_runtime_starts_embedded_postgis_backend_and_nginx() -
dockerignore = (ROOT / ".dockerignore").read_text(encoding="utf-8")
assert "FROM postgis/postgis:16-3.5 AS runtime" in dockerfile
assert "ln -sf python3.11 /usr/bin/python3" in dockerfile
assert "ln -sf /usr/bin/python3.11 /usr/local/bin/python3" in dockerfile
assert "ln -sf /usr/bin/python3.11 /usr/bin/python3" in dockerfile
assert "/usr/bin/python3.11 -m venv /opt/geointel/venv" in dockerfile
assert "python3-pip" not in dockerfile
assert "python3-venv" not in dockerfile
assert "COPY --from=frontend-build /frontend/dist/ /usr/share/nginx/html/" in dockerfile