]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci: add dumpcap for Deckard to Debian image
authorŠtěpán Balážik <stepan.balazik@nic.cz>
Thu, 16 Apr 2020 12:34:47 +0000 (14:34 +0200)
committerŠtěpán Balážik <stepan.balazik@nic.cz>
Thu, 16 Apr 2020 12:34:47 +0000 (14:34 +0200)
ci/debian-buster/Dockerfile

index 51209c05461aaa32fc419edeae9a8a4f4ee16ba1..1f45c4f71a6748c1ff3bb77260e338d8b72aa888 100644 (file)
@@ -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