Added tzdata package to Zabbix components

This commit is contained in:
Alexey Pustovalov 2020-08-28 12:50:40 -04:00
parent a5615f74f9
commit 110dd1a267
12 changed files with 12 additions and 0 deletions

View File

@ -24,6 +24,7 @@ RUN set -eux && \
apk add --no-cache --clean-protected \
tini \
bash \
tzdata \
coreutils \
iputils \
libcurl \

View File

@ -24,6 +24,7 @@ RUN set -eux && \
mkdir -p /var/lib/zabbix/modules && \
yum --quiet makecache && \
yum -y install --setopt=tsflags=nodocs \
tzdata \
libldap \
libcurl \
openssl-libs && \

View File

@ -27,6 +27,7 @@ RUN set -eux && \
mkdir -p /var/lib/zabbix/modules && \
apt-get -y update && \
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
tzdata \
curl \
ca-certificates \
gpg \

View File

@ -36,6 +36,7 @@ RUN set -eux && \
tini \
bash \
fping \
tzdata \
iputils \
libcurl \
libldap \

View File

@ -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 \

View File

@ -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 \

View File

@ -36,6 +36,7 @@ RUN set -eux && \
tini \
bash \
fping \
tzdata \
iputils \
libcurl \
libldap \

View File

@ -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 && \
yum -y install --setopt=tsflags=nodocs \
iputils \
tzdata \
traceroute \
libcurl \
libxml2 \

View File

@ -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 \

View File

@ -30,6 +30,7 @@ RUN set -eux && \
zabbix && \
apk update && \
apk add --clean-protected --no-cache \
tzdata \
net-snmp \
supervisor && \
apk add --no-cache --virtual build-dependencies \

View File

@ -30,6 +30,7 @@ RUN set -eux && \
yum --quiet makecache && \
yum -y install epel-release && \
yum -y install --setopt=tsflags=nodocs \
tzdata \
net-snmp \
supervisor && \
yum -y install --setopt=tsflags=nodocs \

View File

@ -32,6 +32,7 @@ RUN set -eux && \
zabbix && \
apt-get -y update && \
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
tzdata \
snmp-mibs-downloader \
snmptrapd \
supervisor && \