* updated dnsmasq to 2.90

This commit is contained in:
2024-08-23 18:43:23 +03:00
parent b0cd920e41
commit c37ff438d8
4 changed files with 20 additions and 9 deletions

View 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"]