added some docker configs

This commit is contained in:
Tobias Kessels
2018-03-09 12:15:57 +01:00
parent 1b249f345e
commit 8cdf666c8f
5 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
FROM kalilinux/kali-linux-docker
RUN apt update && \
apt install -y nmap \
mc \
neofetch \
&& \
rm -rf /var/cache/apt
CMD /bin/bash