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