From 7958ccceb6df46ecdce94a0cd4bbc44503159a40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20BERSAC?= Date: Thu, 13 Jul 2017 16:27:26 +0200 Subject: [PATCH] Install libsasl2 modules --- image/Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/image/Dockerfile b/image/Dockerfile index 4a31d84..2bf6e26 100644 --- a/image/Dockerfile +++ b/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 --force-yes --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 \