forked from codingo/Reconnoitre
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Autopep8. Fix requirements to be extremely loose
- Loading branch information
1 parent
a8bf2f2
commit b10cba0
Showing
7 changed files
with
367 additions
and
367 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
FROM python:3.7 | ||
|
||
|
||
RUN apt update && \ | ||
apt install git nmap | ||
RUN apt-get update && \ | ||
apt-get install -y git nmap | ||
|
||
|
||
RUN https://github.com/CrimsonK1ng/Reconnoitre.git recon | ||
RUN git clone https://github.com/CrimsonK1ng/Reconnoitre.git recon | ||
|
||
WORKDIR /recon | ||
|
||
RUN pip install requirements && python setup.py install | ||
|
||
|
||
ENTRYPOINT ["reconnoiter"] | ||
|
Oops, something went wrong.