Browse Source

Merge branch 'bersace-sasl' into hotfix-1.1.9

Bertrand Gouny 8 years ago
parent
commit
55ff5d6ed8
1 changed files with 6 additions and 0 deletions
  1. 6 0
      image/Dockerfile

+ 6 - 0
image/Dockerfile

@@ -13,6 +13,12 @@ RUN apt-get -y update \
     && /container/tool/add-service-available :ssl-tools \
 	  && LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
        ldap-utils \
+       libsasl2-modules \
+       libsasl2-modules-db \
+       libsasl2-modules-gssapi-mit \
+       libsasl2-modules-ldap \
+       libsasl2-modules-otp \
+       libsasl2-modules-sql \
        openssl \
        slapd \
     && apt-get clean \