Added bind-plugins for filters which were also separated in Alpine 3.10 / BIND 9.14 into dedicated package. Thanks to @jongj for pointing it out.

This commit is contained in:
Ventz Petkov 2019-06-26 16:07:57 -04:00
parent 6de0c62348
commit 7cd4708129
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM alpine:latest
EXPOSE 53 53/udp
RUN apk --update upgrade && apk add bind bind-tools
RUN apk --update upgrade && apk add bind bind-tools bind-plugins
# /etc/bind needs to be owned by root, group owned by "bind", and chmod 750
# since we are mounting, do it manually