Skip to content
Snippets Groups Projects
Commit 854e5b2f authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

Merge !994: ci: add faketime for Deckard to Dockerfile

parents b6738187 3e5288a0
1 merge request!994ci: add faketime for Deckard to Dockerfile
Pipeline #63181 passed with stages
in 27 minutes and 52 seconds
...@@ -32,6 +32,9 @@ RUN pip3 install dnspython jinja2 pytest pytest-html pytest-xdist ...@@ -32,6 +32,9 @@ RUN pip3 install dnspython jinja2 pytest pytest-html pytest-xdist
# Wireshark/dumpcap for Deckard # Wireshark/dumpcap for Deckard
RUN apt-get install -y -qqq wireshark-common RUN apt-get install -y -qqq wireshark-common
# Faketime for Deckard
RUN apt-get install -y -qqq faketime
# C dependencies for python-augeas # C dependencies for python-augeas
RUN apt-get install -y -qqq libaugeas-dev libffi-dev RUN apt-get install -y -qqq libaugeas-dev libffi-dev
# Python dependencies for Deckard # 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