mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00
revert honeytrap to ubuntu 22.04
This commit is contained in:
parent
919031bd2a
commit
896d719cfb
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM ubuntu:24.10
|
||||
FROM ubuntu:22.04
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
#
|
||||
# Include dist
|
||||
|
@ -28,7 +28,7 @@ RUN apt-get update && \
|
|||
# Install honeytrap from source
|
||||
git clone https://github.com/t3chn0m4g3/honeytrap /root/honeytrap && \
|
||||
cd /root/honeytrap/ && \
|
||||
git checkout 9b63a5452ed3d5004ca714a7965218c25226a504 && \
|
||||
# git checkout 9aa4f734f2ea2f0da790b02d79afe18204a23982 && \
|
||||
autoreconf -vfi && \
|
||||
./configure \
|
||||
--with-stream-mon=nfq \
|
||||
|
|
|
@ -12,7 +12,7 @@ services:
|
|||
network_mode: "host"
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
image: "dtagdevsec/honeytrap:24.04"
|
||||
image: "ghcr.io/telekom-security/honeytrap:24.04.1"
|
||||
read_only: true
|
||||
volumes:
|
||||
- $HOME/tpotce/data/honeytrap/attacks:/opt/honeytrap/var/attacks
|
||||
|
|
Loading…
Reference in a new issue