3 lines
138 B
Docker
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
|