Skip to content

Commit

Permalink
Autopep8. Fix requirements to be extremely loose
Browse files Browse the repository at this point in the history
  • Loading branch information
CrimsonK1ng committed Oct 2, 2019
1 parent a8bf2f2 commit b10cba0
Show file tree
Hide file tree
Showing 7 changed files with 367 additions and 367 deletions.
9 changes: 4 additions & 5 deletions Dockerfile
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"]

Loading

0 comments on commit b10cba0

Please sign in to comment.