Fix Dockerfile clone URL

This commit is contained in:
Paul Bienkowski 2022-03-21 22:36:53 +01:00
parent 36d6bb026c
commit b1071a34d3

View file

@ -31,7 +31,7 @@ RUN apt-get update &&\
rm -rf /var/lib/apt/lists/*
# Clone & Build
RUN git clone --branch $OSM2PGSQL_VERSION git://github.com/openstreetmap/osm2pgsql.git &&\
RUN git clone --branch $OSM2PGSQL_VERSION https://github.com/openstreetmap/osm2pgsql.git &&\
cd osm2pgsql/ &&\
mkdir build &&\
cd build &&\