0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-21 03:06:08 +02:00

also install libldap-common to get a valid /etc/ldap/ldap.conf file

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:
Sebastian BERTHOLD 2021-09-16 11:05:27 +02:00
parent b67f507e77
commit f97445c9b6
No known key found for this signature in database
GPG key ID: A28C3FB17A6334F7

View file

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