From 0838c5c5147817177a589f56b34919532fb829e7 Mon Sep 17 00:00:00 2001 From: BDevSEPLPPOL Date: Thu, 2 Mar 2017 13:33:26 +0100 Subject: [PATCH] Add postgis-scripts to postgis install. --- Dockerfile-postgres | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-postgres b/Dockerfile-postgres index 211806d..b40a111 100644 --- a/Dockerfile-postgres +++ b/Dockerfile-postgres @@ -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/