From 941a0e1587c269cba80063bf196a7d94d863ba59 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Thu, 5 Mar 2020 23:22:03 +0000 Subject: [PATCH] tweaking --- docker/honeytrap/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/honeytrap/Dockerfile b/docker/honeytrap/Dockerfile index fbd0c110..80df2fdd 100644 --- a/docker/honeytrap/Dockerfile +++ b/docker/honeytrap/Dockerfile @@ -26,8 +26,8 @@ RUN apt-get update -y && \ wget && \ # # Install honeytrap from source -# git clone https://github.com/armedpot/honeytrap && \ - git clone https://github.com/t3chn0m4g3/honeytrap /root/honeytrap && \ + git clone https://github.com/armedpot/honeytrap /root/honeytrap && \ +# git clone https://github.com/t3chn0m4g3/honeytrap /root/honeytrap && \ cd /root/honeytrap/ && \ autoreconf -vfi && \ ./configure \