Merge branch 'master' into f26

This commit is contained in:
Miro Hrončok 2017-03-03 16:39:52 +01:00
commit a12d285e7b

View file

@ -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