Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
phenixblue authored Aug 1, 2019
1 parent 38dafd1 commit 44b298a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ 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 \
dnf -v install -y 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 \
&& mv ./kubectl /usr/local/bin/
&& mv ./kubectl /usr/local/bin/

0 comments on commit 44b298a

Please sign in to comment.