diff --git a/k8s/Dockerfile b/k8s/Dockerfile index 7ab1e6a..df805d8 100644 --- a/k8s/Dockerfile +++ b/k8s/Dockerfile @@ -23,6 +23,8 @@ RUN dnf install -y pdns pdns-backend-pipe RUN dnf install -y iproute bind-utils neovim +RUN dnf install -y procps-ng nmap-ncat net-tools lsof + RUN curl -o /usr/local/sbin/pdns_pipe.sh -L https://raw.githubusercontent.com/cunnie/bin/master/pdns_pipe.sh RUN chmod 755 /usr/local/sbin/pdns_pipe.sh