Skip to content

Commit

Permalink
Add network tools
Browse files Browse the repository at this point in the history
  • Loading branch information
phenixblue authored Oct 12, 2019
1 parent 44b298a commit e043e8c
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 bind-utils atop htop nmap iftop iotop mc net-tools xfsprogs mtr etcd git \
dnf -v install -y iputils traceroute bind-utils atop htop nmap iftop iotop mc net-tools xfsprogs mtr etcd git \
&& 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 e043e8c

Please sign in to comment.