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

Merge branch 'ci_update' into 'master'

CI docker image update

See merge request !1032
parents f16fe65c f799ce49
Branches
Tags
1 merge request!1032CI docker image update
Pipeline #66791 passed with warnings with stages
in 2 hours, 53 minutes, and 54 seconds
......@@ -26,11 +26,11 @@ RUN pip3 install --upgrade pip
RUN pip3 install pylint
RUN pip3 install pep8
RUN pip3 install pytest-xdist
# tests/pytest dependencies
RUN pip3 install dnspython jinja2 pytest pytest-html pytest-xdist
# tests/pytest dependencies: skip over broken versions
RUN pip3 install 'dnspython != 2.0.0' jinja2 'pytest != 6.0.0' 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