From 9ae3282dcfd051708e60a86bd1e7d42ccd53b73b Mon Sep 17 00:00:00 2001 From: Tobias Genannt Date: Thu, 21 Jul 2022 09:13:11 +0200 Subject: [PATCH] Install libldap-common This installs the LDAP configurationn file which is needed to load the trusted root certificates from the system. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index cb9050a..6928723 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,6 +43,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \ --yes -qq --no-install-recommends \ ca-certificates \ curl \ + libldap-common \ libpq5 \ openssl \ python3 \