Skip to content

Commit

Permalink
Explicitly install dnf-plugins-core on Rocky 9
Browse files Browse the repository at this point in the history
It is needed to get "dnf config-manager". It was implicitly installed
previously, but Red Hat changed things.
  • Loading branch information
CendioOssman committed Nov 21, 2024
1 parent 7ce632e commit cd52658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/containers/rocky9/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit cd52658

Please sign in to comment.