From c293af5f0e133d896ecb50814f4793585fcde9d3 Mon Sep 17 00:00:00 2001 From: Olivier Cervello Date: Tue, 4 Jun 2024 05:12:35 -0400 Subject: [PATCH] update --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3355bae3..54704348 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,9 +25,9 @@ RUN apt update -y && \ proxychains-ng # Install Metasploit framework -# RUN curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall -# RUN chmod 755 msfinstall -# RUN ./msfinstall +RUN curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall +RUN chmod 755 msfinstall +RUN ./msfinstall # Copy code WORKDIR /code