Commit 56db44fe authored by Andy Shinn's avatar Andy Shinn Committed by GitHub

Merge pull request #30 from bjmi/master

Use dnsmasq package with dnssec support
parents c2cec62d b34030bf
Pipeline #1673 canceled with stages
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