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

ci: add faketime for Deckard to Dockerfile

parent b6738187
Branches
Tags
1 merge request!994ci: add faketime for Deckard to Dockerfile
Pipeline #63110 passed with stages
in 12 minutes and 5 seconds
......@@ -32,6 +32,9 @@ RUN pip3 install dnspython jinja2 pytest pytest-html pytest-xdist
# Wireshark/dumpcap for Deckard
RUN apt-get install -y -qqq wireshark-common
# Faketime for Deckard
RUN apt-get install -y -qqq faketime
# 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