Fixed reepo names for RHEL

This commit is contained in:
Alexey Pustovalov
2022-12-05 02:03:38 -05:00
parent 3f527d7898
commit 979aaf5d2b
9 changed files with 22 additions and 22 deletions

View File

@ -73,8 +73,8 @@ RUN set -eux && \
microdnf -y module enable php:7.4 nginx:1.18 && \
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 \