aboutsummaryrefslogtreecommitdiff
path: root/src/unbound-adblock/Dockerfile
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2025-09-26 22:45:30 -0700
committerMax Resnick <max@ofmax.li>2025-09-26 22:45:30 -0700
commit16eb211ec31b351230d69191906e9054205b83af (patch)
treed86249ef82e7fd69a36969109a7f097a2c5517a2 /src/unbound-adblock/Dockerfile
parenta69a82c66badb431ca0b6f91a261fed2a458e158 (diff)
downloadgrumpy-containers-16eb211ec31b351230d69191906e9054205b83af.tar.gz
fix: entrypoint/anchor unbound
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"]