This commit is contained in:
Marco Ochse
2018-05-15 20:30:44 +00:00
parent 4e1340ab9e
commit 213c3c8566
2 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@ RUN apt-get update -y && \
ttf-liberation && \
# Get and install dionaea
git clone https://github.com/dinotools/dionaea /root/dionaea/ && \
git clone --depth=1 https://github.com/dinotools/dionaea /root/dionaea/ && \
cd /root/dionaea && \
autoreconf -vi && \
./configure \