diff --git a/Dockerfile b/Dockerfile index 49074ca..540c4c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM fedora:latest RUN dnf update -y RUN \ - dnf -v install -y iputils traceroute bind-utils atop htop nmap iftop iotop mc net-tools xfsprogs mtr etcd git telnet wget\ + dnf -v install -y iputils traceroute bind-utils atop htop nmap iftop iotop mc net-tools xfsprogs mtr etcd git telnet wget tcpdump\ && dnf clean all \ && curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl \ && chmod +x ./kubectl \