From d05a7bd49ca2393376f5326d3488d89e795d7413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Maldonado?= Date: Thu, 14 Oct 2021 04:36:39 +0200 Subject: [PATCH] Add libldap-common as runtime dependency, not build dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andrés Maldonado --- Dockerfile-debian.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-debian.template b/Dockerfile-debian.template index 4aff9a43..e6c48d54 100644 --- a/Dockerfile-debian.template +++ b/Dockerfile-debian.template @@ -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 \