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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user