From c05fec9e2a2574589a588a10408a8ebeb86d5981 Mon Sep 17 00:00:00 2001 From: Greg Date: Thu, 16 Jun 2022 09:57:54 -0400 Subject: [PATCH] switch to upstream mod_tile to avoid https://github.com/SomeoneElseOSM/mod_tile/pull/3 that was never merged --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bfeb0be..f315a21 100644 --- a/Dockerfile +++ b/Dockerfile @@ -67,7 +67,7 @@ RUN apt-get install -y --no-install-recommends \ libtool \ libmapnik-dev RUN cd ~ \ -&& git clone -b switch2osm --single-branch https://github.com/SomeoneElseOSM/mod_tile.git --depth 1 \ +&& git clone --single-branch https://github.com/openstreetmap/mod_tile.git --depth 1 \ && cd mod_tile \ && ./autogen.sh \ && ./configure \