aboutsummaryrefslogtreecommitdiff
path: root/src/unbound-adblock/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/unbound-adblock/Dockerfile')
-rw-r--r--src/unbound-adblock/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unbound-adblock/Dockerfile b/src/unbound-adblock/Dockerfile
index 196a37c..bd5939f 100644
--- a/src/unbound-adblock/Dockerfile
+++ b/src/unbound-adblock/Dockerfile
@@ -3,6 +3,6 @@ FROM public.ecr.aws/x2w2w0z4/base:${BASE_VER}
COPY bin/entrypoint.sh /usr/bin/entrypoint.sh
COPY etc/unbound.base.conf /etc/unbound/unbound.conf.d/unbound.base.conf
-RUN install_deb unbound
+RUN install_deb unbound unbound-anchor
ENTRYPOINT ["/usr/bin/entrypoint.sh"]