From c89ff9cdd8738abe3c8ebaf1d8794593a5190294 Mon Sep 17 00:00:00 2001 From: Brian Cunnie Date: Sat, 6 Jun 2020 11:20:03 -0700 Subject: [PATCH] sslip.io needs `ps`, `nc`, `lsof`, `ifconfig` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Requires +19MB: 494 MB → 513 MB --- k8s/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) 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