mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-22 05:50:25 +02:00
Added tzdata package to Zabbix components
This commit is contained in:
@@ -24,6 +24,7 @@ RUN set -eux && \
|
||||
apk add --no-cache --clean-protected \
|
||||
tini \
|
||||
bash \
|
||||
tzdata \
|
||||
coreutils \
|
||||
iputils \
|
||||
pcre \
|
||||
|
@@ -25,6 +25,7 @@ RUN set -eux && \
|
||||
dnf --quiet makecache && \
|
||||
dnf -y install --setopt=tsflags=nodocs --setopt=install_weak_deps=False --best \
|
||||
libcurl-minimal \
|
||||
tzdata \
|
||||
openssl-libs && \
|
||||
curl -L "https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini" -o /sbin/tini && \
|
||||
curl -L "https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini.asc" -o /tmp/tini.asc && \
|
||||
@@ -38,7 +39,7 @@ RUN set -eux && \
|
||||
gpg --keyserver "$server" --recv-keys 595E85A6B1B4779EA4DAAEC70B588DFF0527A9B7 && break || : ; \
|
||||
done && \
|
||||
gpg --batch --verify /tmp/tini.asc /sbin/tini && \
|
||||
rm -r "$GNUPGHOME" /tmp/tini.asc && \
|
||||
rm -rf "$GNUPGHOME" /tmp/tini.asc && \
|
||||
chmod +x /sbin/tini && \
|
||||
dnf -y clean all && \
|
||||
rm -rf /var/cache/yum /var/lib/yum/yumdb/* /usr/lib/udev/hwdb.d/* && \
|
||||
|
@@ -26,6 +26,7 @@ RUN set -eux && \
|
||||
apt-get -y update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
|
||||
tini \
|
||||
tzdata \
|
||||
ca-certificates \
|
||||
libssl1.1 \
|
||||
libcurl4 \
|
||||
|
Reference in New Issue
Block a user