diff options
| author | Max Resnick <max@ofmax.li> | 2025-04-19 21:27:09 -0700 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2025-04-19 21:27:09 -0700 |
| commit | 1e8bb139121f22b1e7672e0f3ec54953eb3a7885 (patch) | |
| tree | 944f553d19a3111526c9d01ad795f28caba426a8 /src/unbound-adblock/Dockerfile | |
| parent | d97dbb45fc499f0e7b42445c240acf5070262d43 (diff) | |
| download | grumpy-containers-1e8bb139121f22b1e7672e0f3ec54953eb3a7885.tar.gz | |
chore: rename
Diffstat (limited to 'src/unbound-adblock/Dockerfile')
| -rw-r--r-- | src/unbound-adblock/Dockerfile | 8 |
1 files changed, 8 insertions, 0 deletions
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"] |