From 92b2a27b5144511549bf95ae17f79363c47d0a33 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 3 Mar 2025 18:01:06 +0100 Subject: [PATCH] Actualiser Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 94eff59..fad9588 100644 --- a/Dockerfile +++ b/Dockerfile @@ -144,7 +144,7 @@ RUN echo "**** install production packages ****" 1>&2 RUN apt-get update RUN apt-get install --no-install-recommends -y tzdata \ libzmq5 \ - libldap-2.5-0 \ + libldap2 \ libsasl2-2 \ libnspr4 \ libnss3 \