From: Štěpán Balážik Date: Thu, 16 Apr 2020 12:34:47 +0000 (+0200) Subject: ci: add dumpcap for Deckard to Debian image X-Git-Tag: v5.1.0~10^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=78bccaed6b36c24460191ad9f2e9faf50e1da03d;p=thirdparty%2Fknot-resolver.git ci: add dumpcap for Deckard to Debian image --- diff --git a/ci/debian-buster/Dockerfile b/ci/debian-buster/Dockerfile index 51209c054..1f45c4f71 100644 --- a/ci/debian-buster/Dockerfile +++ b/ci/debian-buster/Dockerfile @@ -28,6 +28,9 @@ 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 + # C dependencies for python-augeas RUN apt-get install -y -qqq libaugeas-dev libffi-dev # Python dependencies for Deckard