update dnsmasq-arm (FIX #165)

This commit is contained in:
kev 2021-01-26 14:14:13 +08:00
parent 0a75c35c49
commit e21de440bd

View File

@ -2,13 +2,13 @@
# Dockerfile for dnsmasq-arm
#
FROM easypi/alpine-arm
FROM arm32v7/alpine:3
MAINTAINER EasyPi Software Foundation
RUN set -xe \
&& apk add --no-cache dnsmasq \
&& echo "conf-dir=/etc/dnsmasq.d/,*.conf" >> /etc/dnsmasq.conf
&& apk add --no-cache dnsmasq-dnssec \
&& echo "conf-dir=/etc/dnsmasq.d,*.conf" >> /etc/dnsmasq.conf
VOLUME /etc/dnsmasq.d