From 07a27cbd3b02206e92f53c92943d50aef2700786 Mon Sep 17 00:00:00 2001 From: Max Rossmannek Date: Thu, 26 Nov 2020 23:42:04 +0100 Subject: [PATCH] Replace libfaketime with faketime in debianstable I verified locally that this avoids skipping all of the faketime-dependent unittests. The Travis CI logs will have to be investigated for all of the other docker images on which distros we may need to apply a similar fix. --- test/docker/debianstable | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/docker/debianstable b/test/docker/debianstable index a6975c685..9a64e42d6 100644 --- a/test/docker/debianstable +++ b/test/docker/debianstable @@ -1,7 +1,7 @@ FROM debian:stable RUN apt-get update -RUN apt-get install -y build-essential cmake git uuid-dev libgnutls28-dev libfaketime +RUN apt-get install -y build-essential cmake git uuid-dev libgnutls28-dev faketime RUN apt-get install -y python3 # Setup language environment