Add 'man' to list of required packages

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2019-06-24 21:25:36 +02:00
parent 712b4b78b2
commit 966256cb79
10 changed files with 10 additions and 10 deletions

View file

@ -1,7 +1,7 @@
FROM fedora:29
RUN dnf update -y
RUN dnf install python git gcc gcc-c++ cmake make gnutls-devel libuuid-devel libfaketime -y
RUN dnf install python git gcc gcc-c++ cmake make gnutls-devel libuuid-devel libfaketime man -y
RUN dnf install python-dateutil -y
RUN ln -fs /usr/share/zoneinfo/Europe/Berlin /etc/localtime