Update Dockerfile

This commit is contained in:
Marcel Schwarz 2020-03-28 17:10:56 +01:00 committed by GitHub
parent 44d35cad59
commit 14abedc8d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,4 +4,5 @@ RUN apt-get update \
&& apt-get install -y \
htop vim nano git python3-pip \
nmap sqlmap metasploit-framework gobuster tcpdump exploitdb python-impacket \
iputils-ping traceroute \
&& rm -rf /var/lib/apt/lists/*