easy-osm2city-podman/postgres/Dockerfile
Fabian Lucke c48a70b6c8 Postgresql with the needed extensions
Signed-off-by: Fabian Lucke <fabian.lucke@uniki.de>
2020-08-29 18:33:28 +02:00

3 lines
138 B
Docker

FROM postgres:12.4
RUN apt-get update && apt-get install -y postgresql-12-postgis-3 pgadmin3 postgis postgresql-contrib && apt-get clean