Fixed reepo names for RHEL

This commit is contained in:
Alexey Pustovalov
2022-12-05 02:03:38 -05:00
parent 389a47c5d1
commit d6e5003e02
10 changed files with 32 additions and 24 deletions

View File

@ -73,8 +73,8 @@ RUN set -eux && \
microdnf -y module enable php:8.0 nginx:1.20 && \
microdnf -y install \
--disablerepo "*" \
--enablerepo "ubi-8-baseos" \
--enablerepo "ubi-8-appstream" \
--enablerepo "ubi-8-baseos-rpms" \
--enablerepo "ubi-8-appstream-rpms" \
--enablerepo "rhel-8-for-x86_64-baseos-rpms" \
--enablerepo "rhel-8-for-x86_64-appstream-rpms" \
--enablerepo "epel" \
@ -83,7 +83,7 @@ RUN set -eux && \
--setopt=tsflags=nodocs \
${INSTALL_PKGS} && \
microdnf -y reinstall \
--enablerepo "ubi-8-baseos" \
--enablerepo "ubi-8-baseos-rpms" \
--setopt=install_weak_deps=0 \
--best \
--setopt=tsflags=nodocs \