switch to upstream mod_tile to avoid https://github.com/SomeoneElseOSM/mod_tile/pull/3 that was never merged

This commit is contained in:
Greg 2022-06-16 09:57:54 -04:00
parent fd1d4426e3
commit c05fec9e2a
No known key found for this signature in database
GPG Key ID: B016D27A4C5E4363

View File

@ -67,7 +67,7 @@ RUN apt-get install -y --no-install-recommends \
libtool \ libtool \
libmapnik-dev libmapnik-dev
RUN cd ~ \ 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 \ && cd mod_tile \
&& ./autogen.sh \ && ./autogen.sh \
&& ./configure \ && ./configure \