Skip to content

Commit

Permalink
correct postgis file name
Browse files Browse the repository at this point in the history
  • Loading branch information
lancelee25 authored Dec 6, 2019
1 parent fc6b5dd commit ecafdc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN set -ex \
gcc g++ \
make libstdc++\
&& cd /tmp \
&& wget https://git.osgeo.org/gitea/postgis/postgis/archive/3.0.0.tar.gz -O -|tar -zx \
&& wget http://download.osgeo.org/postgis/source/postgis-3.0.0.tar.gz -O -|tar -zx \
#&& tar -zxvf postgis-${POSTGIS_VERSION}.tar.gz \
&& chown root:root -R postgis-${POSTGIS_VERSION} \
&& cd /tmp/postgis-${POSTGIS_VERSION} \
Expand Down

0 comments on commit ecafdc2

Please sign in to comment.