bind lib dir is not necessary
This commit is contained in:
parent
0fa0efb489
commit
5fb5fa4cb0
|
@ -11,6 +11,5 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||||
RUN apt update && apt -y upgrade
|
RUN apt update && apt -y upgrade
|
||||||
|
|
||||||
COPY secondary/etc/bind/named.conf $BIND_ETC_DIR/named.conf
|
COPY secondary/etc/bind/named.conf $BIND_ETC_DIR/named.conf
|
||||||
COPY secondary/var/lib/bind $BIND_LIB_DIR
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue