From a9a32c83ac8b5ab03bd106c85cfb57cd320c38e2 Mon Sep 17 00:00:00 2001 From: Andreas Brain Date: Fri, 2 Feb 2024 13:46:40 +0100 Subject: [PATCH] Add library to re-enable TLS certificate verification for LDAP connections (#4598) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 83743d78..bdd04884 100644 --- a/Dockerfile +++ b/Dockerfile @@ -171,6 +171,7 @@ RUN apt-get update && \ bash \ haveged \ libicu72 \ + libldap-common \ libpng16-16 \ libzip4 \ libxslt1.1 \