Skip to content

Commit

Permalink
Merge pull request #141 from travier/main-c10s-epel
Browse files Browse the repository at this point in the history
centos: Enable EPEL for Stream 10
  • Loading branch information
travier authored Dec 13, 2024
2 parents 8b3f5a5 + c152c1e commit 493b005
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions centos/stream10/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN dnf -y upgrade && \
dnf -y reinstall $(<missing-docs) && \
dnf -y install 'dnf-command(config-manager)' && \
dnf config-manager --set-enabled crb && \
dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm && \
dnf -y install $(<extra-packages) && \
dnf clean all

Expand Down
2 changes: 1 addition & 1 deletion centos/stream9/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN dnf -y upgrade && \
dnf -y reinstall $(<missing-docs) && \
dnf -y install 'dnf-command(config-manager)' && \
dnf config-manager --set-enabled crb && \
dnf -y install epel-release epel-next-release && \
dnf -y install https://dl.fedoraproject.org/pub/epel/epel{,-next}-release-latest-9.noarch.rpm && \
dnf -y install $(<extra-packages) && \
dnf clean all

Expand Down

0 comments on commit 493b005

Please sign in to comment.