From: Štěpán Balážik Date: Sat, 2 May 2020 17:06:14 +0000 (+0200) Subject: ci: add faketime for Deckard to Dockerfile X-Git-Tag: v5.1.1~10^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e5288a06e58a0b60d88bd8dddd785fa93edebad;p=thirdparty%2Fknot-resolver.git ci: add faketime for Deckard to Dockerfile --- 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