]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci: add faketime for Deckard to Dockerfile
authorŠtěpán Balážik <stepan.balazik@nic.cz>
Sat, 2 May 2020 17:06:14 +0000 (19:06 +0200)
committerŠtěpán Balážik <stepan.balazik@nic.cz>
Sat, 2 May 2020 17:06:14 +0000 (19:06 +0200)
ci/debian-buster/Dockerfile

index 0626770418e2b5258ecc04c3c02d831ac14af85e..072932495906684b73e471c80cbb89b4f7b08195 100644 (file)
@@ -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