Spotter-VM/lxc-services/postgis/lxcfile

12 lines
193 B
Plaintext

IMAGE postgis_2.5.1-190620
FROM postgres_11.3.0-190620
RUN EOF
# Install PostGIS
apk --no-cache add postgis@vm
EOF
USER 5432 5432
CMD postgres -D /var/lib/postgresql
READY pg_isready