1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 09:41:20 +00:00

update dnsmasq (FIX #165)

This commit is contained in:
kev 2021-01-26 13:48:02 +08:00
parent 4f83506901
commit 0a75c35c49

@ -8,7 +8,7 @@ MAINTAINER kev <norelply@easypi.pro>
RUN set -xe \ RUN set -xe \
&& apk add --no-cache dnsmasq-dnssec \ && apk add --no-cache dnsmasq-dnssec \
&& echo "conf-dir=/etc/dnsmasq.d/,*.conf" >> /etc/dnsmasq.conf && echo "conf-dir=/etc/dnsmasq.d,*.conf" >> /etc/dnsmasq.conf
VOLUME /etc/dnsmasq.d VOLUME /etc/dnsmasq.d