From 2bd6229847f8923b86544dc0915b1088a3690a68 Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 22 Jun 2016 14:24:31 +0200 Subject: [PATCH] Fix metasploit (#150) --- metasploit/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metasploit/Dockerfile b/metasploit/Dockerfile index 143872c..a7c5fc5 100644 --- a/metasploit/Dockerfile +++ b/metasploit/Dockerfile @@ -1,7 +1,7 @@ FROM kalilinux/kali-linux-docker MAINTAINER Christian Koep -RUN apt-get update && apt-get install -y \ +RUN apt-get update && apt-get upgrade -y && apt-get install -y \ metasploit-framework \ --no-install-recommends \ && rm -rf /var/lib/apt/lists/*