From 1e8bb139121f22b1e7672e0f3ec54953eb3a7885 Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Sat, 19 Apr 2025 21:27:09 -0700 Subject: chore: rename --- src/unbound-adblock/Dockerfile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/unbound-adblock/Dockerfile (limited to 'src/unbound-adblock/Dockerfile') diff --git a/src/unbound-adblock/Dockerfile b/src/unbound-adblock/Dockerfile new file mode 100644 index 0000000..7d3b69b --- /dev/null +++ b/src/unbound-adblock/Dockerfile @@ -0,0 +1,8 @@ +ARG BASE_VER=latest +FROM public.ecr.aws/s0f9o2k5/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"] -- cgit v1.2.3