From cb294cf279b56d7c2abc434ff0eccb6f44729905 Mon Sep 17 00:00:00 2001
From: Oleksii Shevchuk
Date: Tue, 11 Apr 2017 13:14:07 +0300
Subject: [PATCH] Install JohnTheRipper to the Docker image
---
pupy/Dockerfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/pupy/Dockerfile b/pupy/Dockerfile
index 759a17c4..3819e086 100644
--- a/pupy/Dockerfile
+++ b/pupy/Dockerfile
@@ -7,6 +7,7 @@ RUN echo 'deb http://ftp.debian.org/debian jessie-backports main' >>/etc/apt/sou
apt-get update && \
apt-get install -t jessie-backports --no-install-recommends -y build-essential \
python-dev python-pip openssh-server tmux sslh libssl-dev libcap2-bin \
+ john vim-nox less \
autoconf automake libffi-dev unzip libtool locales ncurses-term bash tcpdump libpam-cap && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /usr/share/doc* /usr/share/man/* /usr/share/info/*