Fix Dockerfile clone URL
This commit is contained in:
parent
36d6bb026c
commit
b1071a34d3
|
@ -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 &&\
|
||||
|
|
Loading…
Reference in a new issue