diff --git a/Dockerfile b/Dockerfile index d9665ed..a3d5d91 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=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