🔧 Switched from postgis-3.0.0rc2 to postgis-3.0.0
This commit is contained in:
parent
4ca2e8f1e5
commit
d0428523b5
@ -78,7 +78,7 @@ RUN apt-get update \
|
||||
&& rm -rf /var/lib/{apt,dpkg,cache,log}/
|
||||
|
||||
# Set up PostGIS
|
||||
RUN wget http://download.osgeo.org/postgis/source/postgis-3.0.0rc2.tar.gz -O postgis.tar.gz \
|
||||
RUN wget http://download.osgeo.org/postgis/source/postgis-3.0.0.tar.gz -O postgis.tar.gz \
|
||||
&& mkdir -p postgis_src \
|
||||
&& tar -xvzf postgis.tar.gz --strip 1 -C postgis_src \
|
||||
&& rm postgis.tar.gz \
|
||||
|
Loading…
Reference in New Issue
Block a user