mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
tests: Install libfaketime in all containers
This commit is contained in:
parent
a4ce40add4
commit
8f8a04fdb5
10 changed files with 10 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue