mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-09 00:24:58 +02:00
Updated RHEL 8 images
This commit is contained in:
@ -45,7 +45,7 @@ RUN set -eux && INSTALL_PKGS="bash \
|
||||
iputils \
|
||||
libcurl \
|
||||
libevent \
|
||||
# libldap \
|
||||
openldap \
|
||||
libssh \
|
||||
libxml2 \
|
||||
net-snmp-agent-libs \
|
||||
@ -148,7 +148,7 @@ RUN set -eux && INSTALL_PKGS="autoconf \
|
||||
chown --quiet -R zabbix:root /etc/zabbix && \
|
||||
cd /tmp/ && \
|
||||
rm -rf /tmp/zabbix-${ZBX_VERSION}/ && \
|
||||
dnf -y history undo `dnf history list last -q | sed -n 3p |column -t | cut -d' ' -f1` && \
|
||||
dnf -y history undo last && \
|
||||
dnf -y clean all && \
|
||||
chown --quiet -R zabbix:root /etc/zabbix/ /var/lib/zabbix/ && \
|
||||
chgrp -R 0 /etc/zabbix/ /var/lib/zabbix/ && \
|
||||
|
Reference in New Issue
Block a user