FROM bind9-docker
RUN apk add ipcalc bash
COPY ./entrypoint.sh /etc/bind/
ENTRYPOINT "/etc/bind/entrypoint.sh"