Install docs

This commit is contained in:
Tomas Orsava 2017-03-03 14:10:59 +01:00
commit 4fe51a888e

View file

@ -1,7 +1,7 @@
FROM registry.fedoraproject.org/fedora:rawhide
LABEL MAINTAINER "Miro Hroncok <mhroncok@redhat.com>, Tomas Orsava <torsava@redhat.com>"
ENV NAME=python-classroom VERSION=0.2 RELEASE=1 ARCH=noarch
ENV NAME=python-classroom VERSION=0.3 RELEASE=1 ARCH=noarch
LABEL BZComponent="$NAME" \
Name="$FGC/$NAME" \
Version="$VERSION" \
@ -9,7 +9,7 @@ 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 \
RUN dnf -y --setopt=install_weak_deps=false \
install "@python-classroom" && dnf clean all
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8