From 7a96111215dd1b502d7bedcc995f1bbcdfec4f58 Mon Sep 17 00:00:00 2001 From: Al Straumann Date: Tue, 1 Oct 2019 21:50:09 -0500 Subject: [PATCH] Use codingo repo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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