]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci: add tcpdump for Deckard to Debian image
authorPetr Špaček <petr.spacek@nic.cz>
Wed, 29 Jul 2020 12:07:08 +0000 (14:07 +0200)
committerPetr Špaček <petr.spacek@nic.cz>
Mon, 3 Aug 2020 12:18:16 +0000 (14:18 +0200)
ci/debian-buster/Dockerfile

index a225e3a83410147bf911eb017af8039bb237bd4d..8d54c31763ddf83cc33f5cfb8387dc31c13af769 100644 (file)
@@ -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