kopia lustrzana https://github.com/OpenDroneMap/WebODM
Fixed db dockerfile
rodzic
c8f86c3efd
commit
f82772a022
|
@ -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 \
|
||||
|
|
Ładowanie…
Reference in New Issue