mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00:00
fix for honeytrap
This commit is contained in:
parent
153f7be9dc
commit
545209dce6
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM debian:stretch-slim
|
FROM debian:buster-slim
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
#
|
#
|
||||||
# Include dist
|
# Include dist
|
||||||
|
@ -26,8 +26,8 @@ RUN apt-get update -y && \
|
||||||
wget && \
|
wget && \
|
||||||
#
|
#
|
||||||
# Install honeytrap from source
|
# 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/ && \
|
cd /root/honeytrap/ && \
|
||||||
autoreconf -vfi && \
|
autoreconf -vfi && \
|
||||||
./configure \
|
./configure \
|
||||||
|
|
Loading…
Reference in a new issue