Commit b34030bf authored by Björn Michael's avatar Björn Michael

Use dnsmasq package with dnssec support

parent c2cec62d
FROM alpine:3.12 FROM alpine:3.12
RUN apk --no-cache add dnsmasq RUN apk --no-cache add dnsmasq-dnssec
EXPOSE 53 53/udp EXPOSE 53 53/udp
ENTRYPOINT ["dnsmasq", "-k"] ENTRYPOINT ["dnsmasq", "-k"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment