mirror of
https://github.com/nextcloud/docker.git
synced 2025-02-14 23:13:43 +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 \
|
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 \
|
||||||
|
|
Loading…
Reference in a new issue