Merge pull request #808 from tobiasge/ldap-tls-fix

LDAP TLS connection use the system trusted root store
This commit is contained in:
Tobias Genannt 2022-07-21 11:29:27 +02:00 committed by GitHub
commit bd9733d929
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 \