From c80ef8ebb944f000de4b77b90ce73f88ef2c381e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Wed, 29 Jul 2020 14:07:08 +0200 Subject: [PATCH] ci: add tcpdump for Deckard to Debian image --- ci/debian-buster/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/debian-buster/Dockerfile b/ci/debian-buster/Dockerfile index a225e3a83..8d54c3176 100644 --- a/ci/debian-buster/Dockerfile +++ b/ci/debian-buster/Dockerfile @@ -29,8 +29,8 @@ RUN pip3 install pytest-xdist # tests/pytest dependencies RUN pip3 install dnspython jinja2 pytest pytest-html pytest-xdist -# Wireshark/dumpcap for Deckard -RUN apt-get install -y -qqq wireshark-common +# packet capture tools for Deckard +RUN apt-get install --no-install-suggests --no-install-recommends -y -qqq tcpdump wireshark-common # Faketime for Deckard RUN apt-get install -y -qqq faketime -- 2.47.2