mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-25 23:35:28 +02:00
Added OpenSSL package to server and sqlite3 images. Required to perform rehash of added CA certificates
This commit is contained in:
@@ -52,6 +52,7 @@ RUN set -eux && \
|
||||
fping \
|
||||
tzdata \
|
||||
iputils \
|
||||
openssl \
|
||||
libcap \
|
||||
libcurl \
|
||||
libevent \
|
||||
|
@@ -427,6 +427,8 @@ update_zbx_config() {
|
||||
else
|
||||
export ZBX_ALLOWROOT=1
|
||||
fi
|
||||
|
||||
command -v openssl >/dev/null 2>&1 && openssl rehash -v "${ZBX_SSLCALOCATION}" 1>/dev/null
|
||||
}
|
||||
|
||||
clear_zbx_env() {
|
||||
|
@@ -64,6 +64,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
net-snmp-libs \
|
||||
OpenIPMI-libs \
|
||||
openldap \
|
||||
openssl \
|
||||
openssl-libs \
|
||||
pcre2 \
|
||||
postgresql \
|
||||
|
@@ -427,6 +427,8 @@ update_zbx_config() {
|
||||
else
|
||||
export ZBX_ALLOWROOT=1
|
||||
fi
|
||||
|
||||
command -v openssl >/dev/null 2>&1 && openssl rehash -v "${ZBX_SSLCALOCATION}" 1>/dev/null
|
||||
}
|
||||
|
||||
clear_zbx_env() {
|
||||
|
@@ -63,6 +63,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
net-snmp-libs \
|
||||
OpenIPMI-libs \
|
||||
openldap \
|
||||
openssl \
|
||||
openssl-libs \
|
||||
pcre2 \
|
||||
postgresql \
|
||||
|
@@ -427,6 +427,8 @@ update_zbx_config() {
|
||||
else
|
||||
export ZBX_ALLOWROOT=1
|
||||
fi
|
||||
|
||||
command -v openssl >/dev/null 2>&1 && openssl rehash -v "${ZBX_SSLCALOCATION}" 1>/dev/null
|
||||
}
|
||||
|
||||
clear_zbx_env() {
|
||||
|
@@ -75,6 +75,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
shadow-utils \
|
||||
iputils \
|
||||
hostname \
|
||||
openssl \
|
||||
libssh \
|
||||
libpsl \
|
||||
libbrotli \
|
||||
|
@@ -427,6 +427,8 @@ update_zbx_config() {
|
||||
else
|
||||
export ZBX_ALLOWROOT=1
|
||||
fi
|
||||
|
||||
command -v openssl >/dev/null 2>&1 && openssl rehash -v "${ZBX_SSLCALOCATION}" 1>/dev/null
|
||||
}
|
||||
|
||||
clear_zbx_env() {
|
||||
|
@@ -57,6 +57,7 @@ RUN --mount=type=cache,target=/var/cache/apt/,sharing=locked \
|
||||
iputils-ping \
|
||||
traceroute \
|
||||
fping \
|
||||
openssl \
|
||||
libcurl4t64 \
|
||||
libevent-2.1 \
|
||||
libevent-pthreads-2.1 \
|
||||
|
@@ -427,6 +427,8 @@ update_zbx_config() {
|
||||
else
|
||||
export ZBX_ALLOWROOT=1
|
||||
fi
|
||||
|
||||
command -v openssl >/dev/null 2>&1 && openssl rehash -v "${ZBX_SSLCALOCATION}" 1>/dev/null
|
||||
}
|
||||
|
||||
clear_zbx_env() {
|
||||
|
Reference in New Issue
Block a user