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

@ -2,7 +2,7 @@ FROM base/archlinux:2018.01.01
RUN pacman -Sy --noconfirm archlinux-keyring
RUN pacman -Syyu --noconfirm
RUN pacman -S --noconfirm gnutls util-linux bash-completion cmake python git
RUN pacman -S --noconfirm gnutls util-linux bash-completion cmake python git libfaketime
RUN pacman -S --noconfirm make gcc
# Setup language environment