Add libldap2-dev to build image

This commit is contained in:
alesapin 2020-05-13 14:53:35 +03:00
parent 3e164769aa
commit a89653effe

View File

@ -67,7 +67,9 @@ RUN apt-get --allow-unauthenticated update -y \
gdb \
pigz \
moreutils \
libcctz-dev
libcctz-dev \
libldap2-dev
# Special dpkg-deb (https://github.com/ClickHouse-Extras/dpkg) version which is able
# to compress files using pigz (https://zlib.net/pigz/) instead of gzip.