Fixing routersploit dependencies (#137)

This commit is contained in:
Mariusz Kupidura 2016-05-08 20:11:25 +02:00 committed by Jess Frazelle
parent cedd48dba0
commit 05fcfbf3d6

View File

@ -5,7 +5,8 @@ RUN apt-get update && apt-get install -y \
git \
python-requests \
python-paramiko \
python-netsnmp \
python-pysnmp-common \
python-bs4 \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/* \
&& git clone https://github.com/reverse-shell/routersploit /usr/bin/routersploit \