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-ads/Dockerfile | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/unbound-ads/Dockerfile (limited to 'src/unbound-ads/Dockerfile') diff --git a/src/unbound-ads/Dockerfile b/src/unbound-ads/Dockerfile deleted file mode 100644 index 7d3b69b..0000000 --- a/src/unbound-ads/Dockerfile +++ /dev/null @@ -1,8 +0,0 @@ -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