From 053a8f997d4cf1f93108eca30438df1b9cb987aa Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Fri, 14 Jul 2017 09:57:18 -0400 Subject: [PATCH] Installed libsfcal1 from backports to get DB image to build --- db/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/db/Dockerfile b/db/Dockerfile index cf9e4cea..8cee4cfc 100644 --- a/db/Dockerfile +++ b/db/Dockerfile @@ -3,7 +3,9 @@ MAINTAINER Piero Toffanin ENV POSTGIS_MAJOR 2.3 -RUN apt-get update \ +RUN echo "deb http://deb.debian.org/debian jessie-backports main" >> /etc/apt/sources.list \ + && apt-get update \ + && apt-get install -t jessie-backports -y --no-install-recommends libsfcgal1 \ && apt-get install -y --no-install-recommends \ postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \ postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR-scripts \