Enabling CRB for ubi9
This commit is contained in:
parent
4dcd35adfc
commit
61a00585b8
|
@ -13,6 +13,7 @@ ENV TZ=${TIMEZONE}
|
|||
RUN dnf -y install tzdata && \
|
||||
dnf -y reinstall tzdata && \
|
||||
dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm && \
|
||||
crb enable && \
|
||||
dnf -y update && \
|
||||
dnf -y autoremove && \
|
||||
dnf -y clean all
|
||||
|
|
Loading…
Reference in New Issue