Skip to content

Commit

Permalink
Adds less with the others basic tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziggoto authored Aug 19, 2018
1 parent 2cc9eff commit 450eae4
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 @@ -10,7 +10,7 @@ RUN apt-get clean
RUN apt-get update -y
RUN apt-get install -y software-properties-common && apt-get update -y
RUN apt-get install -y kali-linux-full --fix-missing
RUN apt-get install -y git colordiff colortail unzip vim tmux xterm zsh curl telnet strace ltrace tmate
RUN apt-get install -y git colordiff colortail unzip vim tmux xterm zsh curl telnet strace ltrace tmate less
RUN updatedb

CMD ["/bin/bash"]

0 comments on commit 450eae4

Please sign in to comment.