Fix Dockerfile clone URL
This commit is contained in:
parent
36d6bb026c
commit
b1071a34d3
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ RUN apt-get update &&\
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Clone & Build
|
# 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/ &&\
|
cd osm2pgsql/ &&\
|
||||||
mkdir build &&\
|
mkdir build &&\
|
||||||
cd build &&\
|
cd build &&\
|
||||||
|
|
Loading…
Add table
Reference in a new issue