Skip to content

Commit 38122d2

Browse files
author
ekultek
committed
fixed the docker file to download the correct requirements
1 parent ef52595 commit 38122d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt update && apt install -y postgresql \
88
git \
99
metasploit-framework
1010

11-
RUN git clone https://github.com/NullArray/AutoSploit.git && pip install shodan blessings
11+
RUN git clone https://github.com/NullArray/AutoSploit.git && pip install requests psutil
1212
COPY database.yml /root/.msf4/database.yml
1313
WORKDIR AutoSploit
1414
EXPOSE 80 443 4444

0 commit comments

Comments
 (0)