Add libldap to docker image

This commit is contained in:
Georg Krause 2022-06-20 22:56:28 +02:00
parent 3750c2e12f
commit 935270684e
No known key found for this signature in database
GPG Key ID: 2970D504B2183D22
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ RUN apk add --no-cache \
libxml2 \ libxml2 \
libxslt \ libxslt \
py3-cryptography \ py3-cryptography \
libldap \
&& \ && \
ln -s /usr/bin/python3 /usr/bin/python ln -s /usr/bin/python3 /usr/bin/python