Explorar el Código

Merge branch 'bersace-sasl' into hotfix-1.1.9

Bertrand Gouny hace 8 años
padre
commit
55ff5d6ed8
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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 \