diff options
Diffstat (limited to 'src/unbound-adblock/Dockerfile')
| -rw-r--r-- | src/unbound-adblock/Dockerfile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/unbound-adblock/Dockerfile b/src/unbound-adblock/Dockerfile index 849feb3..f55d7df 100644 --- a/src/unbound-adblock/Dockerfile +++ b/src/unbound-adblock/Dockerfile @@ -1,9 +1,8 @@ -ARG BASE_VER=latest -FROM public.ecr.aws/x2w2w0z4/base:${BASE_VER} +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 -COPY etc/zones/ /etc/unbound/unbound.conf.d/ +COPY etc/*.conf /etc/unbound/unbound.conf.d/ ENTRYPOINT ["/usr/bin/entrypoint.sh"] |