]> git.openstreetmap.org Git - dns.git/blob - Dockerfile
Add toothless to london tile cache
[dns.git] / Dockerfile
1 FROM debian:stable
2
3 RUN apt-get update && apt-get install -y --no-install-recommends \
4       make \
5       libxml-treebuilder-perl \
6       libyaml-perl \
7       libjson-xs-perl \
8       jq \
9       less
10
11 WORKDIR /dns
12 ADD . .
13 RUN make
14
15 VOLUME ["/dns/data"]