mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-16 03:27:47 +02:00
Added OpenSSL package to server and sqlite3 images. Required to perform rehash of added CA certificates
This commit is contained in:
@ -77,6 +77,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
libcurl-minimal \
|
||||
libevent \
|
||||
openldap \
|
||||
openssl \
|
||||
libssh \
|
||||
libxml2 \
|
||||
mysql \
|
||||
|
@ -381,6 +381,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