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

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

View file

@ -1,7 +1,7 @@
FROM centos:7
RUN yum update -y
RUN yum install python git gcc gcc-c++ make gnutls-devel libuuid-devel libfaketime -y
RUN yum install python git gcc gcc-c++ make gnutls-devel libuuid-devel libfaketime man -y
RUN yum install epel-release centos-release-scl -y
RUN yum install which cmake3 devtoolset-7-gcc* -y
RUN yum install python-dateutil -y

View file

@ -3,7 +3,7 @@ FROM debian:stable
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update
RUN apt-get install -y build-essential cmake git uuid-dev libgnutls28-dev libfaketime
RUN apt-get install -y build-essential cmake git uuid-dev libgnutls28-dev libfaketime man
RUN apt-get install -y python
RUN apt-get install -y tzdata

View file

@ -3,7 +3,7 @@ FROM debian:testing
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update
RUN apt-get install -y build-essential cmake git uuid-dev libgnutls28-dev libfaketime
RUN apt-get install -y build-essential cmake git uuid-dev libgnutls28-dev libfaketime man
RUN apt-get install -y python
RUN apt-get install -y tzdata

View file

@ -1,7 +1,7 @@
FROM fedora:28
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

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

View file

@ -7,7 +7,7 @@ FROM gentoo/stage3-x86:latest
# copy the entire portage volume in
COPY --from=portage /usr/portage /usr/portage
RUN (CNT=60 ; while [[ ${CNT} -ne 0 ]] ; do echo "RUNNING (${CNT})" ; sleep 60 ; ((CNT--)) ; done ) & emerge -qv sys-libs/readline:0 net-libs/gnutls:0= sys-apps/util-linux dev-util/cmake sys-devel/make dev-vcs/git sys-libs/libfaketime ; kill %1
RUN (CNT=60 ; while [[ ${CNT} -ne 0 ]] ; do echo "RUNNING (${CNT})" ; sleep 60 ; ((CNT--)) ; done ) & emerge -qv sys-libs/readline:0 net-libs/gnutls:0= sys-apps/util-linux dev-util/cmake sys-devel/make dev-vcs/git sys-libs/libfaketime sys-apps/man ; kill %1
# Setup language environment
ENV LC_ALL en_US.UTF-8

View file

@ -1,6 +1,6 @@
FROM opensuse/leap:15
RUN zypper install -y python awk coreutils git gcc gcc-c++ cmake make libgnutls-devel libuuid-devel libfaketime
RUN zypper install -y python awk coreutils git gcc gcc-c++ cmake make libgnutls-devel libuuid-devel libfaketime man
RUN zypper install -y python-dateutil
ENV TZ=Europe/Berlin

View file

@ -3,7 +3,7 @@ FROM ubuntu:16.04
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update
RUN apt-get install -y build-essential cmake git uuid-dev libgnutls28-dev libfaketime
RUN apt-get install -y build-essential cmake git uuid-dev libgnutls28-dev libfaketime man
RUN apt-get install -y python
RUN apt-get install -y tzdata

View file

@ -3,7 +3,7 @@ FROM ubuntu:18.04
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update
RUN apt-get install -y build-essential cmake git uuid-dev libgnutls28-dev libfaketime
RUN apt-get install -y build-essential cmake git uuid-dev libgnutls28-dev libfaketime man
RUN apt-get install -y python
RUN apt-get install -y tzdata