mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-04-23 12:08:49 +02:00
update dnsmasq-arm (FIX #165)
This commit is contained in:
parent
0a75c35c49
commit
e21de440bd
@ -2,13 +2,13 @@
|
|||||||
# Dockerfile for dnsmasq-arm
|
# Dockerfile for dnsmasq-arm
|
||||||
#
|
#
|
||||||
|
|
||||||
FROM easypi/alpine-arm
|
FROM arm32v7/alpine:3
|
||||||
|
|
||||||
MAINTAINER EasyPi Software Foundation
|
MAINTAINER EasyPi Software Foundation
|
||||||
|
|
||||||
RUN set -xe \
|
RUN set -xe \
|
||||||
&& apk add --no-cache dnsmasq \
|
&& 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
|
||||||
|
|
||||||
VOLUME /etc/dnsmasq.d
|
VOLUME /etc/dnsmasq.d
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user