Add libldap to docker image

This commit is contained in:
Georg Krause 2022-06-20 22:56:28 +02:00
commit 935270684e
No known key found for this signature in database
GPG key ID: 2970D504B2183D22

View file

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