You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-06-14 23:55:02 +02:00
update dnsmasq (FIX #165)
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user