1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2026-03-22 02:24:56 +00:00

Check for ldap3 existence

This commit is contained in:
Kendar 2021-05-28 14:09:45 +02:00
parent 646d3af6ad
commit 92185cdb53

View file

@ -23,6 +23,7 @@ RUN apt-get update -qqy \
gcc \
libldap2-dev \
libssl-dev \
libsasl2-dev \
libsasl2-modules \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*