mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-21 23:33:31 +01:00
Fixed secure LDAP on Ubuntu images
This commit is contained in:
parent
afb2857d03
commit
ccc754ec69
@ -38,6 +38,7 @@ RUN set -eux && \
|
||||
ca-certificates \
|
||||
mysql-client \
|
||||
locales \
|
||||
libldap-common \
|
||||
php8.1-bcmath \
|
||||
php8.1-gd \
|
||||
php8.1-ldap \
|
||||
|
@ -37,6 +37,7 @@ RUN set -eux && \
|
||||
libapache2-mod-php \
|
||||
ca-certificates \
|
||||
locales \
|
||||
libldap-common \
|
||||
php8.1-bcmath \
|
||||
php8.1-gd \
|
||||
php8.1-ldap \
|
||||
|
@ -37,6 +37,7 @@ RUN set -eux && \
|
||||
mysql-client \
|
||||
nginx \
|
||||
locales \
|
||||
libldap-common \
|
||||
php8.1-bcmath \
|
||||
php8.1-fpm \
|
||||
php8.1-gd \
|
||||
|
@ -36,6 +36,7 @@ RUN set -eux && \
|
||||
curl \
|
||||
nginx \
|
||||
locales \
|
||||
libldap-common \
|
||||
php8.1-bcmath \
|
||||
php8.1-fpm \
|
||||
php8.1-gd \
|
||||
|
Loading…
Reference in New Issue
Block a user