From d55310d1f4f1e7644f5e1d0982f2e6bd400aebf7 Mon Sep 17 00:00:00 2001 From: Steve Degosserie <723552+stiiifff@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:33:24 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=94=A7=20Add=20missing=20libldap2-?= =?UTF-8?q?dev=20lib=20to=20DH=20operator=20Docker=20image=20(#252)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/datahaven-production.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/datahaven-production.Dockerfile b/docker/datahaven-production.Dockerfile index 142d89b6..3e52e08b 100644 --- a/docker/datahaven-production.Dockerfile +++ b/docker/datahaven-production.Dockerfile @@ -15,7 +15,7 @@ WORKDIR / RUN echo "*** Installing Basic dependencies ***" RUN apt-get update && apt-get install -y ca-certificates && update-ca-certificates -RUN apt install --assume-yes git clang curl libpq-dev libssl-dev llvm libudev-dev make pkg-config unzip +RUN apt install --assume-yes git clang curl libldap2-dev libpq-dev libssl-dev llvm libudev-dev make pkg-config unzip RUN echo "*** Installing protoc v${PROTOC_VER} ***" RUN curl -Lo /tmp/protoc.zip "https://github.com/protocolbuffers/protobuf/releases/download/v${PROTOC_VER}/protoc-${PROTOC_VER}-linux-x86_64.zip" \