瀏覽代碼

Merge branch 'bersace-sasl' into hotfix-1.1.9

Bertrand Gouny 8 年之前
父節點
當前提交
55ff5d6ed8
共有 1 個文件被更改,包括 6 次插入0 次删除
  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 \