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:
committed by
Tomas Babej
parent
b634dea7ab
commit
862ae0b969
@@ -1,7 +1,7 @@
|
|||||||
FROM debian:stable
|
FROM debian:stable
|
||||||
|
|
||||||
RUN apt-get update
|
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
|
RUN apt-get install -y python3
|
||||||
|
|
||||||
# Setup language environment
|
# Setup language environment
|
||||||
|
|||||||
Reference in New Issue
Block a user