From 8cade5a8af3b2827020d39f07393e779f8b23e7c Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Fri, 17 Oct 2025 22:32:08 -0700 Subject: chore: actually add the server blocks --- src/unbound-adblock/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/unbound-adblock/Dockerfile') diff --git a/src/unbound-adblock/Dockerfile b/src/unbound-adblock/Dockerfile index bd5939f..849feb3 100644 --- a/src/unbound-adblock/Dockerfile +++ b/src/unbound-adblock/Dockerfile @@ -1,8 +1,9 @@ ARG BASE_VER=latest FROM public.ecr.aws/x2w2w0z4/base:${BASE_VER} +RUN install_deb unbound unbound-anchor 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 unbound-anchor +COPY etc/zones/ /etc/unbound/unbound.conf.d/ ENTRYPOINT ["/usr/bin/entrypoint.sh"] -- cgit v1.2.3