bind lib dir is not necessary

This commit is contained in:
Kameron Kenny - pi501 2024-04-20 14:10:49 -04:00
parent 0fa0efb489
commit 5fb5fa4cb0
1 changed files with 0 additions and 1 deletions

View File

@ -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