images/bind/Dockerfile

8 lines
106 B
Docker

FROM alpine:latest
RUN apk add bind
RUN mkdir -p /var/cache/bind
CMD [ "/usr/sbin/named", "-f", "-g" ]