fix: api docker file to install openldap
This commit is contained in:
@@ -16,7 +16,8 @@ RUN apk add --no-cache --upgrade \
|
||||
"libxslt" \
|
||||
"xmlsec" \
|
||||
"ca-certificates" \
|
||||
"openssl"
|
||||
"openssl" \
|
||||
"openldap-dev"
|
||||
|
||||
COPY requirements.txt ./
|
||||
COPY requirements ./requirements
|
||||
|
||||
Reference in New Issue
Block a user