mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
update dnsmasq-arm (FIX #165)
This commit is contained in:
parent
0a75c35c49
commit
e21de440bd
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user