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.
This commit is contained in:
Max Rossmannek
2020-11-26 23:42:04 +01:00
committed by Tomas Babej
parent b634dea7ab
commit 862ae0b969

View File

@@ -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