From 7cd47081299098e359caa802bb44d5b133e09944 Mon Sep 17 00:00:00 2001 From: Ventz Petkov Date: Wed, 26 Jun 2019 16:07:57 -0400 Subject: [PATCH] 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. --- container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/Dockerfile b/container/Dockerfile index ccec0cc..4760b2b 100644 --- a/container/Dockerfile +++ b/container/Dockerfile @@ -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