maps/backend/postgis.Dockerfile
2026-03-30 10:07:38 +02:00

7 lines
209 B
Docker

FROM arm64v8/postgres:16-bookworm
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
postgresql-16-postgis-3 \
postgresql-16-postgis-3-scripts \
&& rm -rf /var/lib/apt/lists/*