Postgresql with the needed extensions
Signed-off-by: Fabian Lucke <fabian.lucke@uniki.de>
This commit is contained in:
parent
e146bfd8b1
commit
c48a70b6c8
1 changed files with 3 additions and 0 deletions
3
postgres/Dockerfile
Normal file
3
postgres/Dockerfile
Normal 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
|
Loading…
Reference in a new issue