From 935270684ebef6fa6cacd4028a188bdc872ebd6e Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Mon, 20 Jun 2022 22:56:28 +0200 Subject: [PATCH] Add libldap to docker image --- api/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/api/Dockerfile b/api/Dockerfile index 9896e30c4..af56f29bb 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -82,6 +82,7 @@ RUN apk add --no-cache \ libxml2 \ libxslt \ py3-cryptography \ + libldap \ && \ ln -s /usr/bin/python3 /usr/bin/python