Install libldap-common

This installs the LDAP configurationn file which is needed to load the trusted root certificates from the system.
This commit is contained in:
Tobias Genannt 2022-07-21 09:13:11 +02:00
parent e62fedbd5e
commit 9ae3282dcf
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
--yes -qq --no-install-recommends \
ca-certificates \
curl \
libldap-common \
libpq5 \
openssl \
python3 \