FROM centos:7 RUN yum install -y epel-release \ && yum install -y knot bind \ && yum clean all && rm -rf /var/cache/yum COPY tsig-key.sh /tsig-key.sh