From f0ae2d018b8ea6a535f2e8e7dd2ba77157012931 Mon Sep 17 00:00:00 2001 From: am97 Date: Wed, 20 Oct 2021 21:12:43 +0200 Subject: [PATCH] Add libldap-common as runtime dependency, not build dependency (#1609) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andrés Maldonado Co-authored-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 \