From 3e5288a06e58a0b60d88bd8dddd785fa93edebad Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=A0t=C4=9Bp=C3=A1n=20Bal=C3=A1=C5=BEik?= Date: Sat, 2 May 2020 19:06:14 +0200 Subject: [PATCH] ci: add faketime for Deckard to Dockerfile --- ci/debian-buster/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/debian-buster/Dockerfile b/ci/debian-buster/Dockerfile index 062677041..072932495 100644 --- a/ci/debian-buster/Dockerfile +++ b/ci/debian-buster/Dockerfile @@ -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 -- 2.47.3