Add libldap to docker image
This commit is contained in:
parent
3750c2e12f
commit
935270684e
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue