mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-04-10 18:48:30 +02:00
Added tzdata package to Zabbix components
This commit is contained in:
parent
a5615f74f9
commit
110dd1a267
@ -24,6 +24,7 @@ RUN set -eux && \
|
|||||||
apk add --no-cache --clean-protected \
|
apk add --no-cache --clean-protected \
|
||||||
tini \
|
tini \
|
||||||
bash \
|
bash \
|
||||||
|
tzdata \
|
||||||
coreutils \
|
coreutils \
|
||||||
iputils \
|
iputils \
|
||||||
libcurl \
|
libcurl \
|
||||||
|
@ -24,6 +24,7 @@ RUN set -eux && \
|
|||||||
mkdir -p /var/lib/zabbix/modules && \
|
mkdir -p /var/lib/zabbix/modules && \
|
||||||
yum --quiet makecache && \
|
yum --quiet makecache && \
|
||||||
yum -y install --setopt=tsflags=nodocs \
|
yum -y install --setopt=tsflags=nodocs \
|
||||||
|
tzdata \
|
||||||
libldap \
|
libldap \
|
||||||
libcurl \
|
libcurl \
|
||||||
openssl-libs && \
|
openssl-libs && \
|
||||||
|
@ -27,6 +27,7 @@ RUN set -eux && \
|
|||||||
mkdir -p /var/lib/zabbix/modules && \
|
mkdir -p /var/lib/zabbix/modules && \
|
||||||
apt-get -y update && \
|
apt-get -y update && \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
|
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
|
||||||
|
tzdata \
|
||||||
curl \
|
curl \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
gpg \
|
gpg \
|
||||||
|
@ -36,6 +36,7 @@ RUN set -eux && \
|
|||||||
tini \
|
tini \
|
||||||
bash \
|
bash \
|
||||||
fping \
|
fping \
|
||||||
|
tzdata \
|
||||||
iputils \
|
iputils \
|
||||||
libcurl \
|
libcurl \
|
||||||
libldap \
|
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 \
|
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 && \
|
https://repo.zabbix.com/non-supported/rhel/7/x86_64/fping-3.10-1.el7.x86_64.rpm && \
|
||||||
yum -y install --setopt=tsflags=nodocs \
|
yum -y install --setopt=tsflags=nodocs \
|
||||||
|
tzdata \
|
||||||
iputils \
|
iputils \
|
||||||
traceroute \
|
traceroute \
|
||||||
libcurl \
|
libcurl \
|
||||||
|
@ -38,6 +38,7 @@ RUN set -eux && \
|
|||||||
apt-get -y update && \
|
apt-get -y update && \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
|
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
|
||||||
curl \
|
curl \
|
||||||
|
tzdata \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
gpg \
|
gpg \
|
||||||
dirmngr \
|
dirmngr \
|
||||||
|
@ -36,6 +36,7 @@ RUN set -eux && \
|
|||||||
tini \
|
tini \
|
||||||
bash \
|
bash \
|
||||||
fping \
|
fping \
|
||||||
|
tzdata \
|
||||||
iputils \
|
iputils \
|
||||||
libcurl \
|
libcurl \
|
||||||
libldap \
|
libldap \
|
||||||
|
@ -37,6 +37,7 @@ RUN set -eux && \
|
|||||||
https://repo.zabbix.com/non-supported/rhel/7/x86_64/fping-3.10-1.el7.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 \
|
yum -y install --setopt=tsflags=nodocs \
|
||||||
iputils \
|
iputils \
|
||||||
|
tzdata \
|
||||||
traceroute \
|
traceroute \
|
||||||
libcurl \
|
libcurl \
|
||||||
libxml2 \
|
libxml2 \
|
||||||
|
@ -38,6 +38,7 @@ RUN set -eux && \
|
|||||||
apt-get -y update && \
|
apt-get -y update && \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
|
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
|
||||||
curl \
|
curl \
|
||||||
|
tzdata \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
gpg \
|
gpg \
|
||||||
dirmngr \
|
dirmngr \
|
||||||
|
@ -30,6 +30,7 @@ RUN set -eux && \
|
|||||||
zabbix && \
|
zabbix && \
|
||||||
apk update && \
|
apk update && \
|
||||||
apk add --clean-protected --no-cache \
|
apk add --clean-protected --no-cache \
|
||||||
|
tzdata \
|
||||||
net-snmp \
|
net-snmp \
|
||||||
supervisor && \
|
supervisor && \
|
||||||
apk add --no-cache --virtual build-dependencies \
|
apk add --no-cache --virtual build-dependencies \
|
||||||
|
@ -30,6 +30,7 @@ RUN set -eux && \
|
|||||||
yum --quiet makecache && \
|
yum --quiet makecache && \
|
||||||
yum -y install epel-release && \
|
yum -y install epel-release && \
|
||||||
yum -y install --setopt=tsflags=nodocs \
|
yum -y install --setopt=tsflags=nodocs \
|
||||||
|
tzdata \
|
||||||
net-snmp \
|
net-snmp \
|
||||||
supervisor && \
|
supervisor && \
|
||||||
yum -y install --setopt=tsflags=nodocs \
|
yum -y install --setopt=tsflags=nodocs \
|
||||||
|
@ -32,6 +32,7 @@ RUN set -eux && \
|
|||||||
zabbix && \
|
zabbix && \
|
||||||
apt-get -y update && \
|
apt-get -y update && \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
|
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
|
||||||
|
tzdata \
|
||||||
snmp-mibs-downloader \
|
snmp-mibs-downloader \
|
||||||
snmptrapd \
|
snmptrapd \
|
||||||
supervisor && \
|
supervisor && \
|
||||||
|
Loading…
Reference in New Issue
Block a user