Skip to content

Commit

Permalink
Use https to download postgis-3.4.2.tar.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
vladsha-dev committed Jan 16, 2025
1 parent 2e300cc commit 298e725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database/Dockerfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN apt-get update && apt-get install -y \
postgresql-server-dev-13

# Download the PostGIS source archive, build and install the PostGIS package.
RUN wget http://download.osgeo.org/postgis/source/postgis-3.4.2.tar.gz && \
RUN wget https://download.osgeo.org/postgis/source/postgis-3.4.2.tar.gz && \
tar -xvzf postgis-3.4.2.tar.gz && \
cd /postgis-3.4.2 && \
./configure && \
Expand Down

0 comments on commit 298e725

Please sign in to comment.