Actualiser Dockerfile
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m13s

This commit is contained in:
2025-03-10 08:46:15 +01:00
parent eb6b5ac104
commit 5a261be6ab

View File

@@ -31,6 +31,7 @@ RUN \
libxml2-dev \ libxml2-dev \
libxslt1-dev \ libxslt1-dev \
libzmq3-dev \ libzmq3-dev \
libmagic-dev \
curl \ curl \
file \ file \
git \ git \
@@ -78,7 +79,8 @@ RUN python3 -m venv /app \
&& pip3 install --no-cache ldap3 \ && pip3 install --no-cache ldap3 \
&& pip3 install --no-cache flask-ldap3-login \ && pip3 install --no-cache flask-ldap3-login \
&& pip3 install --no-cache --upgrade tzdata \ && pip3 install --no-cache --upgrade tzdata \
&& pip3 install --no-cache --upgrade netifaces-plus && pip3 install --no-cache --upgrade netifaces-plus \
&& pip3 install --no-cache python-magic
RUN echo "**** download calibre-web ****" 1>&2 \ RUN echo "**** download calibre-web ****" 1>&2 \
&& if [ -z ${CALIBREWEB_RELEASE} ]; then \ && if [ -z ${CALIBREWEB_RELEASE} ]; then \
@@ -144,6 +146,7 @@ RUN apt-get install --no-install-recommends -y \
libsasl2-2 \ libsasl2-2 \
libxml2 \ libxml2 \
libxslt1.1 \ libxslt1.1 \
libmagic1 \
ca-certificates \ ca-certificates \
imagemagick \ imagemagick \
calibre \ calibre \