0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-21 11:06:09 +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 \ rsync \
bzip2 \ bzip2 \
busybox-static \ busybox-static \
libldap-common \
; \ ; \
rm -rf /var/lib/apt/lists/*; \ rm -rf /var/lib/apt/lists/*; \
\ \
@ -29,7 +30,6 @@ RUN set -ex; \
libfreetype6-dev \ libfreetype6-dev \
libicu-dev \ libicu-dev \
libjpeg-dev \ libjpeg-dev \
libldap-common \
libldap2-dev \ libldap2-dev \
libmcrypt-dev \ libmcrypt-dev \
libmemcached-dev \ libmemcached-dev \