]> source.dussan.org Git - tigervnc.git/commitdiff
Explicitly install dnf-plugins-core on Rocky 9
authorPierre Ossman <ossman@cendio.se>
Thu, 21 Nov 2024 14:47:27 +0000 (15:47 +0100)
committerPierre Ossman <ossman@cendio.se>
Thu, 21 Nov 2024 14:47:27 +0000 (15:47 +0100)
It is needed to get "dnf config-manager". It was implicitly installed
previously, but Red Hat changed things.

.github/containers/rocky9/Dockerfile

index 1b254a9d4649e987effd5f2f46f7e3d18b5a5989..497d12a6252c86823b8406ebfebd3c9ebfa93f15 100644 (file)
@@ -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