FROM debian:stable-slim RUN apt update && apt -y install nsd && apt clean RUN nsd-control-setup RUN mkdir -p /etc/nsd/zones COPY nsd.conf /etc/nsd/ CMD /usr/sbin/nsd -d -P ""