Commit 1deb95a1 authored by Andy Shinn's avatar Andy Shinn Committed by GitHub

Merge pull request #13 from olegstepura/patch-1

Update Dnsmasq to version 2.78
parents 3377de32 244142fc
FROM alpine:3.4 FROM alpine:edge
RUN apk --no-cache add dnsmasq RUN apk --no-cache add dnsmasq
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