Skip to content

Commit 71f3435

Browse files
dkruppbruntib
authored andcommitted
Add libldap to docker image
The codechecker server faield to connect to to SSL ldap server without this package
1 parent 14ac2e8 commit 71f3435

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/docker/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ RUN set -x && apt-get update -qq \
6767

6868
RUN if [ "$INSTALL_AUTH" = "yes" ] ; then \
6969
apt-get install -qqy --no-install-recommends \
70+
libldap-common \
7071
libldap2-dev \
7172
libsasl2-dev \
7273
libssl-dev; \

0 commit comments

Comments
 (0)