Skip to content

Commit

Permalink
Fake dnscache modification to trigger rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Feb 27, 2024
1 parent 5fc46b0 commit 269417a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dnscache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 269417a

Please sign in to comment.