Fixed secure LDAP on Ubuntu images

This commit is contained in:
Alexey Pustovalov 2022-09-08 17:08:45 +03:00
parent afb2857d03
commit ccc754ec69
4 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,7 @@ RUN set -eux && \
ca-certificates \
mysql-client \
locales \
libldap-common \
php8.1-bcmath \
php8.1-gd \
php8.1-ldap \

View File

@ -37,6 +37,7 @@ RUN set -eux && \
libapache2-mod-php \
ca-certificates \
locales \
libldap-common \
php8.1-bcmath \
php8.1-gd \
php8.1-ldap \

View File

@ -37,6 +37,7 @@ RUN set -eux && \
mysql-client \
nginx \
locales \
libldap-common \
php8.1-bcmath \
php8.1-fpm \
php8.1-gd \

View File

@ -36,6 +36,7 @@ RUN set -eux && \
curl \
nginx \
locales \
libldap-common \
php8.1-bcmath \
php8.1-fpm \
php8.1-gd \