Fix dependency

- use groff instead of nroff

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2019-08-26 20:08:22 +02:00
parent 8db7aff1af
commit e1b1eecf06

View file

@ -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 nroff
RUN pacman -S --noconfirm gnutls util-linux bash-completion cmake python python2 python2-dateutil git libfaketime man groff
RUN pacman -S --noconfirm make gcc
# Setup language environment