Add libldap-common as it lacks in latest php base images (#160)
authorThomas Bruederli <redacted>
Thu, 23 Dec 2021 20:58:36 +0000 (21:58 +0100)
committerThomas Bruederli <redacted>
Thu, 23 Dec 2021 20:58:36 +0000 (21:58 +0100)
apache/Dockerfile
fpm/Dockerfile
templates/Dockerfile-debian.templ

index a02973bed477fcd852ebbd14ba084f475af5b6a0..a3f833f72f07a1234ac4cd71c85ec30497f8d86a 100644 (file)
@@ -18,6 +18,7 @@ RUN set -ex; \
                libzip-dev \
                libpspell-dev \
                libonig-dev \
+               libldap-common \
        ; \
        \
        debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
index fe70b1c1e008f591e67eb38a85601f20f7e4a041..26d745fab89c43ed0f59f10e66700177d65aa798 100644 (file)
@@ -18,6 +18,7 @@ RUN set -ex; \
                libzip-dev \
                libpspell-dev \
                libonig-dev \
+               libldap-common \
        ; \
        \
        debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
index 965dc733f5a7293626cfba385dbbffe6084e9d61..905e78f2ebc7452ab1a3784c0042af2b0488bd2e 100644 (file)
@@ -18,6 +18,7 @@ RUN set -ex; \
                libzip-dev \
                libpspell-dev \
                libonig-dev \
+               libldap-common \
        ; \
        \
        debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
git clone https://git.99rst.org/PROJECT