From 74136925794df66cbb39d8933dca95c8b5f13f80 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Thu, 26 Dec 2024 17:06:24 +0100 Subject: [PATCH] Actualiser Dockerfile --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5f67844..1036477 100644 --- a/Dockerfile +++ b/Dockerfile @@ -68,10 +68,10 @@ COPY patches /tmp/patches RUN echo "**** install calibre ****" 1>&2 \ # install calibre binary -ENV LD_LIBRARY_PATH /usr/lib:/opt/calibre/lib -ENV PATH $PATH:/opt/calibre/bin -ENV LC_ALL C -ENV CALIBRE_INSTALLER https://download.calibre-ebook.com/linux-installer.sh +ENV LD_LIBRARY_PATH=/usr/lib:/opt/calibre/lib +ENV PATH=$PATH:/opt/calibre/bin +ENV LC_ALL=C +ENV CALIBRE_INSTALLER=https://download.calibre-ebook.com/linux-installer.sh RUN apt install -y libopengl0 \ && apt install -y libegl1 \ && apt install -y libxcb-cursor0 \