File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ RUN dnf -y upgrade --refresh --nobest --skip-broken --nodocs --noplugins --setop
4747 && dnf clean all -y
4848# upgrade first to avoid fixable vulnerabilities end
4949
50+ RUN subscription-manager refresh
51+
5052# Install useful OS packages
5153RUN dnf install -y perl mesa-libGL skopeo && dnf clean all && rm -rf /var/cache/yum
5254
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ set -euxo pipefail
77# https://konflux.pages.redhat.com/docs/users/building/activation-keys-subscription.html#automatic-registration
88# subscription-manager refresh
99
10- subscription-manager repos --enable codeready-builder-for-rhel-9-x86_64-rpms
10+ # subscription-manager repos --enable codeready-builder-for-rhel-9-x86_64-rpms
1111
1212dnf install -y \
1313 pandoc \
You can’t perform that action at this time.
0 commit comments