mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 04:22:11 +00:00
Clone Dionaea 0.7.0 instead master
This commit is contained in:
parent
97a4c2c94d
commit
eb6e877ae4
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ RUN apt-get update -y && \
|
|||
ttf-liberation && \
|
||||
|
||||
# Get and install dionaea
|
||||
git clone --depth=1 https://github.com/dinotools/dionaea /root/dionaea/ && \
|
||||
git clone --depth=1 https://github.com/dinotools/dionaea -b 0.7.0 /root/dionaea/ && \
|
||||
cd /root/dionaea && \
|
||||
autoreconf -vi && \
|
||||
./configure \
|
||||
|
|
Loading…
Reference in a new issue