Merge pull request #1 from BDevSEPLPPOL/patch-1

Add postgis-scripts to postgis install.
This commit is contained in:
julien2512 2017-03-02 14:07:45 +01:00 committed by GitHub
commit 9ef3303544

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/