Clone Dionaea 0.7.0 instead master

This commit is contained in:
Marco Ochse 2018-06-13 18:51:27 +02:00 committed by GitHub
parent 97a4c2c94d
commit eb6e877ae4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 \