Spotter-VM/lxc-services/postgis/image

14 lines
218 B
Plaintext
Raw Normal View History

2020-04-04 00:17:24 +02:00
IMAGE postgis_3.0.0-200403
FROM postgres_12.2.0-200403
USER root
RUN EOF
# Install PostGIS
apk --no-cache add postgis
EOF
USER postgres
CMD /usr/bin/postgres -D /var/lib/postgresql
READY /usr/bin/pg_isready