aboutsummaryrefslogtreecommitdiff
path: root/src/unbound-ads/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/unbound-ads/Dockerfile')
-rw-r--r--src/unbound-ads/Dockerfile8
1 files changed, 0 insertions, 8 deletions
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"]