unbound: add root trusted-anchor

This commit is contained in:
nemunaire 2021-02-14 23:14:58 +01:00
parent 8922cc0456
commit af53a37d33

View file

@ -1,7 +1,7 @@
FROM alpine
MAINTAINER Pierre-Olivier Mercier <nemunaire@nemunai.re>
RUN apk add --no-cache unbound
RUN apk add --no-cache unbound dnssec-root
COPY docker-entrypoint.sh /
VOLUME /etc/unbound