Workaround for bz1566593, disbale modularity \o/
This commit is contained in:
parent
5fcc7dcf8d
commit
597d3bd918
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue