mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
upgrade dnsmasq to v2.89 (FIX #206)
This commit is contained in:
parent
e1605e0cce
commit
dc474fc45a
@ -3,12 +3,12 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
FROM alpine:3
|
FROM alpine:3
|
||||||
|
|
||||||
MAINTAINER EasyPi Software Foundation
|
MAINTAINER EasyPi Software Foundation
|
||||||
|
|
||||||
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 \
|
||||||
|
&& dnsmasq --version
|
||||||
|
|
||||||
VOLUME /etc/dnsmasq.d
|
VOLUME /etc/dnsmasq.d
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user