* updated dnsmasq to 2.90
This commit is contained in:
9
dockerfiles/dnsmasq/Dockerfile
Normal file
9
dockerfiles/dnsmasq/Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
FROM alpine:latest
|
||||
|
||||
# @see https://github.com/mcmar/docker-dnsmasq
|
||||
|
||||
RUN apk --no-cache add dnsmasq
|
||||
|
||||
EXPOSE 53/tcp 53/udp 67/udp
|
||||
|
||||
CMD ["dnsmasq", "-k"]
|
Reference in New Issue
Block a user