mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-21 01:27:01 +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
|
||||
|
||||
MAINTAINER EasyPi Software Foundation
|
||||
|
||||
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 \
|
||||
&& dnsmasq --version
|
||||
|
||||
VOLUME /etc/dnsmasq.d
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user