From df91db9735dcdaaf81971ec0c6e3af3c5f301a17 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 3 Mar 2025 18:34:39 +0100 Subject: [PATCH] Actualiser Dockerfile --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index fad9588..6e3e9b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,6 +24,8 @@ RUN \ && apt install -y libzmq3-dev \ && apt install -y libldap-dev \ && apt install -y libsasl2-dev \ + && apt install -y libxml2-dev \ + && apt install -y libxslt1-dev \ && apt install -y imagemagick \ && apt install -y git \ && apt install -y jq \ @@ -148,6 +150,8 @@ RUN apt-get install --no-install-recommends -y tzdata \ libsasl2-2 \ libnspr4 \ libnss3 \ + libxslt1 \ + libxml2 \ imagemagick \ bash \ procps \