aboutsummaryrefslogtreecommitdiff
path: root/src/unbound-adblock/Dockerfile
blob: f55d7df87ad379a26a1c4f52c3ce94c21eba336c (plain)
1
2
3
4
5
6
7
8
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/*.conf /etc/unbound/unbound.conf.d/

ENTRYPOINT ["/usr/bin/entrypoint.sh"]