mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-30 06:41:08 +02:00
Fixed reepo names for RHEL
This commit is contained in:
@ -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 \
|
||||
|
Reference in New Issue
Block a user