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/ ENTRYPOINT ["/usr/bin/entrypoint.sh"]