Skip to content

Commit b10cba0

Browse files
committed
Autopep8. Fix requirements to be extremely loose
1 parent a8bf2f2 commit b10cba0

File tree

7 files changed

+367
-367
lines changed

7 files changed

+367
-367
lines changed

Dockerfile

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
FROM python:3.7
22

33

4-
RUN apt update && \
5-
apt install git nmap
4+
RUN apt-get update && \
5+
apt-get install -y git nmap
66

7-
8-
RUN https://github.com/CrimsonK1ng/Reconnoitre.git recon
7+
RUN git clone https://github.com/CrimsonK1ng/Reconnoitre.git recon
98

109
WORKDIR /recon
1110

1211
RUN pip install requirements && python setup.py install
1312

14-
13+
ENTRYPOINT ["reconnoiter"]
1514

0 commit comments

Comments
 (0)