Merge pull request #1 from BDevSEPLPPOL/patch-1
Add postgis-scripts to postgis install.
This commit is contained in:
commit
9ef3303544
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue