Update docker file, readme and setup script
This commit is contained in:
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user