Update docker file, readme and setup script

This commit is contained in:
Naida Vatric
2019-12-05 22:46:50 +01:00
parent ab8373651e
commit 5d792846ae
4 changed files with 36 additions and 13 deletions

View File

@@ -3,6 +3,7 @@ FROM postgres:11.3
ENV POSTGIS_MAJOR 2.4
RUN apt-get update \
&& apt-get --assume-yes install postgresql-11-postgis-2.5-scripts\
&& apt-get --assume-yes install software-properties-common postgis\
&& rm -rf /var/lib/apt/lists/