From 78bccaed6b36c24460191ad9f2e9faf50e1da03d Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=A0t=C4=9Bp=C3=A1n=20Bal=C3=A1=C5=BEik?= Date: Thu, 16 Apr 2020 14:34:47 +0200 Subject: [PATCH] ci: add dumpcap for Deckard to Debian image --- ci/debian-buster/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.2