oedb-backend/Dockerfile-postgres

8 lines
210 B
Text
Raw Permalink Normal View History

2025-09-15 23:25:11 +02:00
FROM postgres:17.0
RUN apt-get update && \
apt-get install -y postgis postgresql-9.5-postgis-scripts && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
COPY setup.sql /docker-entrypoint-initdb.d/