fix: api docker file to install openldap

This commit is contained in:
sriramveeraghanta
2025-12-24 20:13:46 +05:30
parent 0a19d9c84f
commit 4f3e3742ee
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ RUN apk add --no-cache --upgrade \
"libxslt" \
"xmlsec" \
"ca-certificates" \
"openssl"
"openssl" \
"openldap-dev"
COPY requirements.txt ./
COPY requirements ./requirements