ci: Don't disable modular repos in toolbox image

They are no longer included in F39, so trying to disable them
fails.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2897>
This commit is contained in:
Florian Müllner 2023-08-17 01:53:28 +02:00
parent bdbad8ca85
commit cd1f8ba11d

View File

@ -35,7 +35,7 @@ build_container() {
abattis-cantarell-fonts # system font
gnome-backgrounds # no blank background!
)
buildah run $build_cntr dnf config-manager --set-disabled '*-modular,*-openh264'
buildah run $build_cntr dnf config-manager --set-disabled '*-openh264'
buildah run $build_cntr dnf install -y "${extra_packages[@]}"
buildah run $build_cntr dnf clean all
buildah run $build_cntr rm -rf /var/lib/cache/dnf