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

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

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 \

View File

@ -42,6 +42,7 @@ COPY ["licenses", "/licenses"]
RUN set -eux && INSTALL_PKGS="bash \
fping \
tzdata \
iputils \
libcurl \
libevent \

View File

@ -36,6 +36,7 @@ RUN set -eux && \
apt-get -y update && \
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
tini \
tzdata \
ca-certificates \
iputils-ping \
traceroute \