Commit b00e6162 authored by Andy Shinn's avatar Andy Shinn

base off of official alpine 3.2

parent 0249fd0c
FROM gliderlabs/alpine:3.1
RUN apk-install dnsmasq
FROM alpine:3.2
RUN apk -U add dnsmasq
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