Remove invalid step

This commit is contained in:
dpedu 2015-09-07 21:29:59 -07:00
parent 4e04c84a5f
commit 7234f5e38d
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ MAINTAINER Dave P
RUN apt-get update ; \
apt-get install -y supervisor bind9 dnsutils ; \
rm /etc/bind/rndc.key ; \
chmod +x /start.d/regen-bind-key ; \
mkdir /var/run/named ; \
chown bind /var/run/named ; \
chgrp bind /var/run/named ; \