FROM registry.fedoraproject.org/fedora:rawhide LABEL MAINTAINER "Miro Hroncok , Tomas Orsava " ENV NAME=python-classroom VERSION=0.3 RELEASE=1 ARCH=noarch LABEL BZComponent="$NAME" \ Name="$FGC/$NAME" \ Version="$VERSION" \ Release="$RELEASE.$DISTTAG" \ Architecture="$ARCH" \ Summary="Ready to use container for teaching and learning Python" RUN dnf -y --setopt=install_weak_deps=false \ install "@python-classroom" && dnf clean all ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 CMD ["/bin/bash"]