2019-10-14 08:15:31 +02:00
|
|
|
IMAGE postgis_2.5.1-190620
|
2019-11-30 09:59:32 +01:00
|
|
|
FROM postgres_11.3.0-190620
|
2019-09-18 11:29:58 +02:00
|
|
|
|
|
|
|
RUN EOF
|
|
|
|
# Install PostGIS
|
|
|
|
apk --no-cache add postgis@vm
|
|
|
|
EOF
|
|
|
|
|
|
|
|
USER 5432 5432
|
|
|
|
CMD postgres -D /var/lib/postgresql
|
|
|
|
READY pg_isready
|