mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01:00
Fixing routersploit dependencies (#137)
This commit is contained in:
parent
cedd48dba0
commit
05fcfbf3d6
|
@ -5,7 +5,8 @@ RUN apt-get update && apt-get install -y \
|
||||||
git \
|
git \
|
||||||
python-requests \
|
python-requests \
|
||||||
python-paramiko \
|
python-paramiko \
|
||||||
python-netsnmp \
|
python-pysnmp-common \
|
||||||
|
python-bs4 \
|
||||||
--no-install-recommends \
|
--no-install-recommends \
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
&& git clone https://github.com/reverse-shell/routersploit /usr/bin/routersploit \
|
&& git clone https://github.com/reverse-shell/routersploit /usr/bin/routersploit \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user