polycule-network/docker/dnsmasq.Dockerfile
2024-07-05 15:59:47 +02:00

6 lines
No EOL
91 B
Docker

FROM alpine
RUN apk --no-cache add dnsmasq
EXPOSE 53 53/udp 67/udp
ENTRYPOINT ["dnsmasq"]