13 lines
183 B
Plaintext
13 lines
183 B
Plaintext
|
IMAGE postgis_3.0.0-200207
|
||
|
FROM postgres_12.1.0-200207
|
||
|
|
||
|
USER root
|
||
|
|
||
|
RUN EOF
|
||
|
# Install PostGIS
|
||
|
apk --no-cache add postgis
|
||
|
EOF
|
||
|
|
||
|
USER postgres
|
||
|
CMD postgres -D /var/lib/postgresql
|