1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-04-13 15:42:46 +02:00

Fix metasploit ()

This commit is contained in:
Christian 2016-06-22 14:24:31 +02:00 committed by Jess Frazelle
parent 54bfb0c4d5
commit 2bd6229847

@ -1,7 +1,7 @@
FROM kalilinux/kali-linux-docker FROM kalilinux/kali-linux-docker
MAINTAINER Christian Koep <christian.koep@fom-net.de> MAINTAINER Christian Koep <christian.koep@fom-net.de>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get upgrade -y && apt-get install -y \
metasploit-framework \ metasploit-framework \
--no-install-recommends \ --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*