Added tzdata package to Zabbix components

This commit is contained in:
Alexey Pustovalov
2020-08-29 05:03:27 -04:00
16 changed files with 16 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ RUN set -eux && \
dnf --quiet makecache && \
dnf -y install --setopt=tsflags=nodocs http://repo.zabbix.com/non-supported/rhel/8/x86_64/fping-3.16-1.el8.x86_64.rpm && \
dnf -y install --setopt=tsflags=nodocs --setopt=install_weak_deps=False --best \
tzdata \
iputils \
traceroute \
libcurl-minimal \