aboutsummaryrefslogtreecommitdiff
path: root/src/unbound-adblock/Dockerfile
blob: 196a37c50924e04d21c1c2d9534dc4645693d3ee (plain)
1
2
3
4
5
6
7
8
ARG BASE_VER=latest                           
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

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