2020-03-13 17:03:03 +01:00
|
|
|
IMAGE postgis_3.0.0-200313
|
2020-03-13 17:36:50 +01:00
|
|
|
FROM postgres_12.2.0-200313
|
2020-02-07 18:28:24 +01:00
|
|
|
|
|
|
|
USER root
|
|
|
|
|
|
|
|
RUN EOF
|
|
|
|
# Install PostGIS
|
|
|
|
apk --no-cache add postgis
|
|
|
|
EOF
|
|
|
|
|
|
|
|
USER postgres
|
2020-03-13 17:03:03 +01:00
|
|
|
CMD /usr/bin/postgres -D /var/lib/postgresql
|
|
|
|
READY /usr/bin/pg_isready
|