mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-09 16:45:05 +02:00
Added tzdata package to Zabbix components
This commit is contained in:
@ -36,6 +36,7 @@ RUN set -eux && \
|
||||
tini \
|
||||
bash \
|
||||
fping \
|
||||
tzdata \
|
||||
iputils \
|
||||
libcurl \
|
||||
libldap \
|
||||
|
@ -36,6 +36,7 @@ RUN set -eux && \
|
||||
yum -y install --setopt=tsflags=nodocs https://repo.zabbix.com/non-supported/rhel/7/x86_64/iksemel-1.4-2.el7.centos.x86_64.rpm \
|
||||
https://repo.zabbix.com/non-supported/rhel/7/x86_64/fping-3.10-1.el7.x86_64.rpm && \
|
||||
yum -y install --setopt=tsflags=nodocs \
|
||||
tzdata \
|
||||
iputils \
|
||||
traceroute \
|
||||
libcurl \
|
||||
|
@ -38,6 +38,7 @@ RUN set -eux && \
|
||||
apt-get -y update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
|
||||
curl \
|
||||
tzdata \
|
||||
ca-certificates \
|
||||
gpg \
|
||||
dirmngr \
|
||||
|
Reference in New Issue
Block a user