Skip to content

Commit

Permalink
untested
Browse files Browse the repository at this point in the history
  • Loading branch information
mddeff committed Aug 21, 2020
1 parent 768bca6 commit 819405c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM centos:latest
RUN yum -y install epel-release
RUN yum -y install htop nmap vim bind-utils tcpdump nc iperf3 tmux whois
CMD /bin/bash
RUN yum -y install htop nmap vim bind-utils tcpdump nc iperf3 tmux whois zsh git wget man-db util-linux-user
RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" --unattended
CMD /bin/zsh

0 comments on commit 819405c

Please sign in to comment.