Workaround for bz1566593, disbale modularity \o/

This commit is contained in:
Miro Hrončok 2018-05-15 20:07:52 +02:00
commit 597d3bd918

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=install_weak_deps=false install \
"@python-classroom" nano openssh-clients vim-enhanced wget man \
RUN dnf -y --setopt=install_weak_deps=false --disablerepo rawhide-modular \
install "@python-classroom" nano openssh-clients vim-enhanced wget man \
&& dnf clean all
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8