kopia lustrzana https://github.com/kartoza/docker-postgis
Revert to using pg 9.3 in latest build - prevent breaking downstream apps for now
rodzic
31d02aa659
commit
07b87aa48a
|
@ -23,8 +23,7 @@ RUN apt-get -y install ca-certificates rpl pwgen
|
||||||
# The following packages have unmet dependencies:
|
# The following packages have unmet dependencies:
|
||||||
# postgresql-9.3-postgis-2.1 : Depends: libgdal1h (>= 1.9.0) but it is not going to be installed
|
# postgresql-9.3-postgis-2.1 : Depends: libgdal1h (>= 1.9.0) but it is not going to be installed
|
||||||
# Recommends: postgis but it is not going to be installed
|
# Recommends: postgis but it is not going to be installed
|
||||||
RUN apt-get install -y postgresql-9.4-postgis-2.1 postgis
|
RUN apt-get install -y postgresql-9.3-postgis-2.1 postgis
|
||||||
ADD postgres.conf /etc/supervisor/conf.d/postgres.conf
|
|
||||||
|
|
||||||
# Open port 5432 so linked containers can see them
|
# Open port 5432 so linked containers can see them
|
||||||
EXPOSE 5432
|
EXPOSE 5432
|
||||||
|
|
Ładowanie…
Reference in New Issue