mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
update dnsmasq (FIX #165)
This commit is contained in:
parent
4f83506901
commit
0a75c35c49
@ -8,7 +8,7 @@ MAINTAINER kev <norelply@easypi.pro>
|
||||
|
||||
RUN set -xe \
|
||||
&& 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user