adding current Dockerfile
This commit is contained in:
commit
a51d8fcbb3
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@ -0,0 +1,10 @@
|
||||
FROM debian:latest
|
||||
|
||||
RUN apt-get update && apt-get install -y curl wget gnupg2
|
||||
|
||||
RUN curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall && \
|
||||
chmod +x ./msfinstall &&\
|
||||
./msfinstall && \
|
||||
rm ./msfinstall
|
||||
|
||||
RUN useradd nroot && usermod --shell /bin/bash nroot
|
Loading…
Reference in New Issue
Block a user