Installed libsfcal1 from backports to get DB image to build

pull/242/head
Piero Toffanin 2017-07-14 09:57:18 -04:00
rodzic 88f03424d3
commit 053a8f997d
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -3,7 +3,9 @@ MAINTAINER Piero Toffanin <pt@masseranolabs.com>
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 \