From 269417a4a3c7f74dfc72241aac9a76dcc2db8465 Mon Sep 17 00:00:00 2001 From: benoit74 Date: Tue, 27 Feb 2024 09:43:09 +0100 Subject: [PATCH] Fake dnscache modification to trigger rebuild --- dnscache/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/dnscache/Dockerfile b/dnscache/Dockerfile index 381c77188..acdcbf031 100644 --- a/dnscache/Dockerfile +++ b/dnscache/Dockerfile @@ -13,6 +13,7 @@ RUN chmod +x /usr/local/bin/entrypoint.sh # --no-daemon and --keep-in-foreground are similar # but no-deamon has debug enabled (and thus starts with useful output) + ENTRYPOINT ["entrypoint.sh"] CMD ["dnsmasq", "--no-daemon", "--user=root", "--conf-file=/etc/dnsmasq.conf", "--resolv-file=/etc/resolv.dnsmasq", "--domain-needed", "--bogus-priv", "--no-hosts", "--cache-size=1500", "--neg-ttl=600", "--no-poll"]