From 20240c825661a33023ae840d2212243fd9d67f32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 3 Mar 2017 16:37:31 +0100 Subject: [PATCH] Include man pages --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index db5ccb6..f4cdb30 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,8 +9,8 @@ LABEL BZComponent="$NAME" \ Architecture="$ARCH" \ Summary="Ready to use container for teaching and learning Python" -RUN dnf -y --setopt=tsflags=nodocs --setopt=install_weak_deps=false \ - install "@python-classroom" nano openssh-clients vim-enhanced wget \ +RUN dnf -y --setopt=install_weak_deps=false install \ + "@python-classroom" nano openssh-clients vim-enhanced wget man \ && dnf clean all ENV LANG=C.UTF-8 LC_ALL=C.UTF-8