mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 13:52:38 +00:00
Merge pull request #808 from tobiasge/ldap-tls-fix
LDAP TLS connection use the system trusted root store
This commit is contained in:
commit
bd9733d929
|
|
@ -43,6 +43,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
|
|||
--yes -qq --no-install-recommends \
|
||||
ca-certificates \
|
||||
curl \
|
||||
libldap-common \
|
||||
libpq5 \
|
||||
openssl \
|
||||
python3 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue