From b1071a34d38a946f002d6f2305cc67ad82f4dc56 Mon Sep 17 00:00:00 2001 From: Paul Bienkowski Date: Mon, 21 Mar 2022 22:36:53 +0100 Subject: [PATCH] Fix Dockerfile clone URL --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1dc8a37..e3d7702 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 &&\