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

Add libldap-common as runtime dependency, not build dependency

Signed-off-by: Andrés Maldonado <maldonado@codelutin.com>
This commit is contained in:
Andrés Maldonado 2021-10-14 04:36:39 +02:00
parent 2163ed293a
commit d05a7bd49c

View file

@ -8,6 +8,7 @@ RUN set -ex; \
rsync \
bzip2 \
busybox-static \
libldap-common \
; \
rm -rf /var/lib/apt/lists/*; \
\
@ -29,7 +30,6 @@ RUN set -ex; \
libfreetype6-dev \
libicu-dev \
libjpeg-dev \
libldap-common \
libldap2-dev \
libmcrypt-dev \
libmemcached-dev \