tests: Install libfaketime in all containers

This commit is contained in:
Tomas Babej 2019-01-01 20:18:24 -05:00 committed by Paul Beckingham
parent a4ce40add4
commit 8f8a04fdb5
10 changed files with 10 additions and 9 deletions

View file

@ -1,7 +1,7 @@
FROM fedora:28
RUN dnf update -y
RUN dnf install python git gcc gcc-c++ cmake make gnutls-devel libuuid-devel -y
RUN dnf install python git gcc gcc-c++ cmake make gnutls-devel libuuid-devel libfaketime -y
# Setup language environment
ENV LC_ALL en_US.UTF-8