mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Use package man-db instead of man
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
e1b1eecf06
commit
81c7dbc3e3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM archlinux/base
|
|||
|
||||
RUN pacman -Sy --noconfirm archlinux-keyring
|
||||
RUN pacman -Syyu --noconfirm
|
||||
RUN pacman -S --noconfirm gnutls util-linux bash-completion cmake python python2 python2-dateutil git libfaketime man groff
|
||||
RUN pacman -S --noconfirm gnutls util-linux bash-completion cmake python python2 python2-dateutil git libfaketime man-db groff
|
||||
RUN pacman -S --noconfirm make gcc
|
||||
|
||||
# Setup language environment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue