Skip to content
Snippets Groups Projects
Commit 78bccaed authored by Štěpán Balážik's avatar Štěpán Balážik
Browse files

ci: add dumpcap for Deckard to Debian image

parent fb97c27c
Branches
Tags
1 merge request!980ci: add dumpcap for Deckard to Debian image
Pipeline #62323 passed with stages
in 12 minutes and 23 seconds
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment