From: Thomas Bruederli Date: Thu, 23 Dec 2021 20:58:36 +0000 (+0100) Subject: Add libldap-common as it lacks in latest php base images (#160) X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=b241aa21f4752d9b883eb3c279e8084c07a84009;p=roundcube-roundcubemail-docker.git Add libldap-common as it lacks in latest php base images (#160) --- diff --git a/apache/Dockerfile b/apache/Dockerfile index a02973b..a3f833f 100644 --- a/apache/Dockerfile +++ b/apache/Dockerfile @@ -18,6 +18,7 @@ RUN set -ex; \ libzip-dev \ libpspell-dev \ libonig-dev \ + libldap-common \ ; \ \ debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \ diff --git a/fpm/Dockerfile b/fpm/Dockerfile index fe70b1c..26d745f 100644 --- a/fpm/Dockerfile +++ b/fpm/Dockerfile @@ -18,6 +18,7 @@ RUN set -ex; \ libzip-dev \ libpspell-dev \ libonig-dev \ + libldap-common \ ; \ \ debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \ diff --git a/templates/Dockerfile-debian.templ b/templates/Dockerfile-debian.templ index 965dc73..905e78f 100644 --- a/templates/Dockerfile-debian.templ +++ b/templates/Dockerfile-debian.templ @@ -18,6 +18,7 @@ RUN set -ex; \ libzip-dev \ libpspell-dev \ libonig-dev \ + libldap-common \ ; \ \ debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \