also install libldap-common to get a valid /etc/ldap/ldap.conf file (#1586)

related to https://github.com/nextcloud/docker/issues/1572

Signed-off-by: Sebastian BERTHOLD <5272331+sleif@users.noreply.github.com>
This commit is contained in:
sleif 2021-09-30 14:58:53 +02:00 committed by GitHub
parent b67f507e77
commit 9d83a82b63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ RUN set -ex; \
libfreetype6-dev \
libicu-dev \
libjpeg-dev \
libldap-common \
libldap2-dev \
libmcrypt-dev \
libmemcached-dev \