From 6afba7e0a02671342be4fc10ca7046ac2f9b1e9f Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Fri, 4 May 2018 12:47:30 -0400 Subject: [PATCH] Removed libsfcgal as a requirement for db image --- db/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/db/Dockerfile b/db/Dockerfile index 8cee4cfc..dce0512e 100644 --- a/db/Dockerfile +++ b/db/Dockerfile @@ -5,7 +5,6 @@ ENV POSTGIS_MAJOR 2.3 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 \