tests: Install libfaketime in all containers

This commit is contained in:
Tomas Babej 2019-01-01 20:18:24 -05:00
parent 9b690fca57
commit 55ee8c9233
10 changed files with 10 additions and 9 deletions

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
RUN apt-get install -y build-essential cmake git uuid-dev libgnutls28-dev libfaketime
RUN apt-get install -y python
# Setup language environment