From: Petr Špaček Date: Wed, 29 Jul 2020 12:07:08 +0000 (+0200) Subject: ci: add tcpdump for Deckard to Debian image X-Git-Tag: v5.1.3~20^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c80ef8ebb944f000de4b77b90ce73f88ef2c381e;p=thirdparty%2Fknot-resolver.git ci: add tcpdump for Deckard to Debian image --- 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