14 lines
225 B
Plaintext
14 lines
225 B
Plaintext
|
IMAGE postgis_11.3.0-190620
|
||
|
|
||
|
LAYER alpine3.9_3.9.4-190620
|
||
|
LAYER 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
|