Skip to content
Snippets Groups Projects
Verified Commit c80ef8eb authored by Petr Špaček's avatar Petr Špaček
Browse files

ci: add tcpdump for Deckard to Debian image

parent f16fe65c
Branches
Tags
1 merge request!1032CI docker image update
......@@ -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
......
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