1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

Check for ldap3 existence

This commit is contained in:
Kendar 2021-05-28 14:00:22 +02:00
parent 6c65d2beed
commit f3a99cd044

View file

@ -21,6 +21,8 @@ RUN apt-get update -qqy \
nginx \
pkg-config \
gcc \
libldap2-dev \
libssl-dev \
libsasl2-modules \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*