From 545209dce6ab57102fca4507e3beb1e30d542ce0 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Sat, 15 Feb 2020 15:40:47 +0000 Subject: [PATCH] fix for honeytrap --- docker/honeytrap/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/honeytrap/Dockerfile b/docker/honeytrap/Dockerfile index 6546b6c8..fbd0c110 100644 --- a/docker/honeytrap/Dockerfile +++ b/docker/honeytrap/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:stretch-slim +FROM debian:buster-slim ENV DEBIAN_FRONTEND noninteractive # # Include dist @@ -26,8 +26,8 @@ RUN apt-get update -y && \ wget && \ # # Install honeytrap from source - cd /root/ && \ - git clone https://github.com/armedpot/honeytrap && \ +# git clone https://github.com/armedpot/honeytrap && \ + git clone https://github.com/t3chn0m4g3/honeytrap /root/honeytrap && \ cd /root/honeytrap/ && \ autoreconf -vfi && \ ./configure \