From eeadabc20615f5568077481ff83ef72ca4a51c6f Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Wed, 18 Mar 2026 14:35:42 +0900 Subject: [PATCH] Removed unecessary library libldap from agent2 on Ubuntu --- Dockerfiles/agent2/ubuntu/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfiles/agent2/ubuntu/Dockerfile b/Dockerfiles/agent2/ubuntu/Dockerfile index 425194a5a..dec424d62 100644 --- a/Dockerfiles/agent2/ubuntu/Dockerfile +++ b/Dockerfiles/agent2/ubuntu/Dockerfile @@ -51,8 +51,7 @@ RUN --mount=type=cache,target=/var/cache/apt/,sharing=locked \ sudo \ libssl3t64 \ libcurl4t64 \ - libpcre2-8-0 \ - libldap2" && \ + libpcre2-8-0" && \ apt-get -y update && \ DEBIAN_FRONTEND=noninteractive apt-get -y \ -o Dpkg::Options::="--force-confdef" \