Fixed db dockerfile

pull/639/head
Piero Toffanin 2019-03-28 15:14:38 -04:00
rodzic c8f86c3efd
commit f82772a022
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -3,7 +3,7 @@ MAINTAINER Piero Toffanin <pt@masseranolabs.com>
ENV POSTGIS_MAJOR 2.3
RUN echo "deb http://deb.debian.org/debian jessie-backports main" >> /etc/apt/sources.list \
RUN echo "deb http://deb.debian.org/debian "$(lsb_release --codename | cut -f2)"-backports main" >> /etc/apt/sources.list \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \