Actualiser Dockerfile

This commit is contained in:
2024-12-26 17:06:24 +01:00
parent 0a3ee809f2
commit 7413692579

View File

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