switch to upstream mod_tile to avoid https://github.com/SomeoneElseOSM/mod_tile/pull/3 that was never merged
This commit is contained in:
parent
fd1d4426e3
commit
c05fec9e2a
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user