Postgresql with the needed extensions

Signed-off-by: Fabian Lucke <fabian.lucke@uniki.de>
This commit is contained in:
Fabian Lucke 2020-08-29 18:33:28 +02:00
parent e146bfd8b1
commit c48a70b6c8

3
postgres/Dockerfile Normal file
View file

@ -0,0 +1,3 @@
FROM postgres:12.4
RUN apt-get update && apt-get install -y postgresql-12-postgis-3 pgadmin3 postgis postgresql-contrib && apt-get clean