diff options
| author | Max Resnick <max@ofmax.li> | 2025-09-26 22:45:30 -0700 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2025-09-26 22:45:30 -0700 |
| commit | 16eb211ec31b351230d69191906e9054205b83af (patch) | |
| tree | d86249ef82e7fd69a36969109a7f097a2c5517a2 /src/unbound-adblock/Dockerfile | |
| parent | a69a82c66badb431ca0b6f91a261fed2a458e158 (diff) | |
| download | grumpy-containers-16eb211ec31b351230d69191906e9054205b83af.tar.gz | |
fix: entrypoint/anchor unbound
Diffstat (limited to 'src/unbound-adblock/Dockerfile')
| -rw-r--r-- | src/unbound-adblock/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unbound-adblock/Dockerfile b/src/unbound-adblock/Dockerfile index 196a37c..bd5939f 100644 --- a/src/unbound-adblock/Dockerfile +++ b/src/unbound-adblock/Dockerfile @@ -3,6 +3,6 @@ FROM public.ecr.aws/x2w2w0z4/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 +RUN install_deb unbound unbound-anchor ENTRYPOINT ["/usr/bin/entrypoint.sh"] |