diff --git a/Dockerfile b/Dockerfile index d941b58..b5fed4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM python:3.7 RUN apt-get update && \ apt-get install -y git nmap -RUN git clone https://github.com/CrimsonK1ng/Reconnoitre.git recon +RUN git clone https://github.com/codingo/Reconnoitre.git recon WORKDIR /recon