From: Pierre Ossman Date: Thu, 21 Nov 2024 14:47:27 +0000 (+0100) Subject: Explicitly install dnf-plugins-core on Rocky 9 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=cd52658ff6e73aa1c36f01a8486ba346a869c848;p=tigervnc.git Explicitly install dnf-plugins-core on Rocky 9 It is needed to get "dnf config-manager". It was implicitly installed previously, but Red Hat changed things. --- diff --git a/.github/containers/rocky9/Dockerfile b/.github/containers/rocky9/Dockerfile index 1b254a9d..497d12a6 100644 --- a/.github/containers/rocky9/Dockerfile +++ b/.github/containers/rocky9/Dockerfile @@ -1,7 +1,7 @@ FROM rockylinux:9 RUN dnf -y group install 'Development Tools' -RUN dnf -y install sudo +RUN dnf -y install dnf-plugins-core sudo RUN dnf config-manager --set-enabled crb RUN useradd -s /bin/bash -m rpm