mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-12-04 13:43:08 +01:00
Fixed RHEL 7 image
This commit is contained in:
parent
18c52aa9c9
commit
2a41f76389
@ -76,7 +76,7 @@ RUN INSTALL_PKGS="OpenIPMI-libs \
|
|||||||
php-mysql \
|
php-mysql \
|
||||||
php-xml \
|
php-xml \
|
||||||
unixODBC" && \
|
unixODBC" && \
|
||||||
rpm -ivh https://repo.zabbix.com/zabbix/${MAJOR_VERSION}/rhel/7/x86_64/zabbix-release-${MAJOR_VERSION}-2.el7.noarch.rpm && \
|
rpm -ivh https://repo.zabbix.com/zabbix/${MAJOR_VERSION}/rhel/7/x86_64/zabbix-release-${MAJOR_VERSION}-1.el7.noarch.rpm && \
|
||||||
REPOLIST="rhel-7-server-rpms,rhel-7-server-optional-rpms,zabbix-non-supported,nginx" && \
|
REPOLIST="rhel-7-server-rpms,rhel-7-server-optional-rpms,zabbix-non-supported,nginx" && \
|
||||||
yum -y update-minimal --disablerepo "*" --enablerepo rhel-7-server-rpms --setopt=tsflags=nodocs \
|
yum -y update-minimal --disablerepo "*" --enablerepo rhel-7-server-rpms --setopt=tsflags=nodocs \
|
||||||
--security --sec-severity=Important --sec-severity=Critical && \
|
--security --sec-severity=Important --sec-severity=Critical && \
|
||||||
|
Loading…
Reference in New Issue
Block a user