1
0
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:
kevin 2023-05-19 09:34:10 +08:00
parent e1605e0cce
commit dc474fc45a

View File

@ -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