Skip to content

Commit

Permalink
Removed libsfcgal as a requirement for db image
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy committed May 4, 2018
1 parent 7e52f1f commit 6afba7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion db/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 6afba7e

Please sign in to comment.