[Tile-serving] [openstreetmap/mod_tile] Module tile does not exist! #241 (#243)
Marcelo
notifications at github.com
Wed Jul 21 21:18:24 UTC 2021
Sorry to reopen a ticket, but in the #241 the explanation, if I got it right, was because this module is not installed with Debian. However I started another docker, this time using Ubuntu : 20.04 and again the same error.
**ERROR: Module tile does not exist!**
This is my dockerfile
```
FROM ubuntu:20.04
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get install -y \
libboost-all-dev \
git \
tar \
unzip \
wget \
bzip2 \
build-essential \
autoconf \
apache2 \
apache2-dev \
libgdal-dev \
libcairo2-dev \
libcurl4-gnutls-dev \
libiniparser-dev \
libmapnik
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/issues/243
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20210721/a02aa131/attachment.htm>
More information about the Tile-serving
mailing list