fix
This commit is contained in:
parent
7ec0189140
commit
fde64a2c7d
@ -29,7 +29,7 @@ RUN \
|
||||
apt install -y netcat && \
|
||||
echo "include \"/etc/bind/local.key\";" >> /etc/bind/named.conf && \
|
||||
echo "include \"/etc/bind/dynamic/dynamic-zones.conf\";" >> /etc/bind/named.conf && \
|
||||
echo "include \"/etc/bind/named.conf.rndc\";" >> /etc/bind/named.conf
|
||||
echo "include \"/etc/bind/named.conf.rndc\";" >> /etc/bind/named.conf && \
|
||||
echo "include \"/etc/bind/named.conf.logging\";" >> /etc/bind/named.conf
|
||||
|
||||
COPY ./server/ $APP_DIR
|
||||
|
Loading…
x
Reference in New Issue
Block a user