mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
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:
parent
61a78d0a6f
commit
07a27cbd3b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue