Skip to content

Commit

Permalink
Merge pull request #1 from trouphaz/feat/adding-tcpdump
Browse files Browse the repository at this point in the history
  • Loading branch information
phenixblue authored Aug 31, 2023
2 parents fa45f98 + 694a678 commit a75d060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit a75d060

Please sign in to comment.