mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-05-08 10:04:43 +02:00
Fixed secure LDAP on Ubuntu images
This commit is contained in:
parent
ad50944380
commit
01da599604
@ -38,6 +38,7 @@ RUN set -eux && \
|
|||||||
ca-certificates \
|
ca-certificates \
|
||||||
mysql-client \
|
mysql-client \
|
||||||
locales \
|
locales \
|
||||||
|
libldap-common \
|
||||||
php8.1-bcmath \
|
php8.1-bcmath \
|
||||||
php8.1-gd \
|
php8.1-gd \
|
||||||
php8.1-ldap \
|
php8.1-ldap \
|
||||||
|
@ -37,6 +37,7 @@ RUN set -eux && \
|
|||||||
libapache2-mod-php \
|
libapache2-mod-php \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
locales \
|
locales \
|
||||||
|
libldap-common \
|
||||||
php8.1-bcmath \
|
php8.1-bcmath \
|
||||||
php8.1-gd \
|
php8.1-gd \
|
||||||
php8.1-ldap \
|
php8.1-ldap \
|
||||||
|
@ -37,6 +37,7 @@ RUN set -eux && \
|
|||||||
mysql-client \
|
mysql-client \
|
||||||
nginx \
|
nginx \
|
||||||
locales \
|
locales \
|
||||||
|
libldap-common \
|
||||||
php8.1-bcmath \
|
php8.1-bcmath \
|
||||||
php8.1-fpm \
|
php8.1-fpm \
|
||||||
php8.1-gd \
|
php8.1-gd \
|
||||||
|
@ -36,6 +36,7 @@ RUN set -eux && \
|
|||||||
curl \
|
curl \
|
||||||
nginx \
|
nginx \
|
||||||
locales \
|
locales \
|
||||||
|
libldap-common \
|
||||||
php8.1-bcmath \
|
php8.1-bcmath \
|
||||||
php8.1-fpm \
|
php8.1-fpm \
|
||||||
php8.1-gd \
|
php8.1-gd \
|
||||||
|
Loading…
Reference in New Issue
Block a user