Actualiser Dockerfile
Some checks failed
Build and Push Docker Image / build (push) Failing after 24s

This commit is contained in:
2025-03-03 18:34:39 +01:00
parent 92b2a27b51
commit df91db9735

View File

@@ -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 \