Add postgis-scripts to postgis install.

This commit is contained in:
BDevSEPLPPOL 2017-03-02 13:33:26 +01:00 committed by GitHub
parent 03a6e3278c
commit 0838c5c514

View file

@ -1,4 +1,4 @@
FROM postgres:9.5
RUN apt-get update
RUN apt-get install -y postgis
RUN apt-get install -y postgis postgresql-9.5-postgis-scripts
ADD /setup.sql /docker-entrypoint-initdb.d/