mirror of
https://github.com/nextcloud/docker.git
synced 2025-02-12 05:58:27 +01:00
Add libldap-common as runtime dependency, not build dependency (#1609)
Signed-off-by: Andrés Maldonado <maldonado@codelutin.com> Co-authored-by: Andrés Maldonado <maldonado@codelutin.com>
This commit is contained in:
parent
652416e651
commit
f0ae2d018b
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue