From 153f7be9dcb69a8025e61614b2d3ea11b65e2b6b Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Fri, 14 Feb 2020 17:26:53 +0000 Subject: [PATCH] cleanup --- docker/honeytrap/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker/honeytrap/Dockerfile b/docker/honeytrap/Dockerfile index ff560283..6546b6c8 100644 --- a/docker/honeytrap/Dockerfile +++ b/docker/honeytrap/Dockerfile @@ -27,8 +27,7 @@ RUN apt-get update -y && \ # # Install honeytrap from source cd /root/ && \ -# git clone https://github.com/armedpot/honeytrap && \ - git clone https://github.com/t3chn0m4g3/honeytrap-1 /root/honeytrap && \ + git clone https://github.com/armedpot/honeytrap && \ cd /root/honeytrap/ && \ autoreconf -vfi && \ ./configure \