From 2cc9eff879640f6dddcc5efd1ca18601094e0093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavi=20Torell=C3=B3?= Date: Thu, 21 Dec 2017 20:30:09 +0100 Subject: [PATCH] Add tmate installation --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ff4f5f4..7293fcd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 +RUN apt-get install -y git colordiff colortail unzip vim tmux xterm zsh curl telnet strace ltrace tmate RUN updatedb CMD ["/bin/bash"]