Actualiser Dockerfile
This commit is contained in:
@@ -68,10 +68,10 @@ COPY patches /tmp/patches
|
|||||||
|
|
||||||
RUN echo "**** install calibre ****" 1>&2 \
|
RUN echo "**** install calibre ****" 1>&2 \
|
||||||
# install calibre binary
|
# install calibre binary
|
||||||
ENV LD_LIBRARY_PATH /usr/lib:/opt/calibre/lib
|
ENV LD_LIBRARY_PATH=/usr/lib:/opt/calibre/lib
|
||||||
ENV PATH $PATH:/opt/calibre/bin
|
ENV PATH=$PATH:/opt/calibre/bin
|
||||||
ENV LC_ALL C
|
ENV LC_ALL=C
|
||||||
ENV CALIBRE_INSTALLER https://download.calibre-ebook.com/linux-installer.sh
|
ENV CALIBRE_INSTALLER=https://download.calibre-ebook.com/linux-installer.sh
|
||||||
RUN apt install -y libopengl0 \
|
RUN apt install -y libopengl0 \
|
||||||
&& apt install -y libegl1 \
|
&& apt install -y libegl1 \
|
||||||
&& apt install -y libxcb-cursor0 \
|
&& apt install -y libxcb-cursor0 \
|
||||||
|
|||||||
Reference in New Issue
Block a user