From f363c218a915591d181a648a5f5b80865a0bce62 Mon Sep 17 00:00:00 2001 From: cccs-rs Date: Fri, 20 May 2022 15:11:36 +0000 Subject: [PATCH] Update to 7.3.3 --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4fd0a53..72a3d3a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,9 +13,9 @@ RUN pip install pdf2image Pillow natsort imgkit compoundfiles compressed_rtf pyt RUN pip install git+https://github.com/unoconv/unoconv.git # Install Libreoffice -RUN wget https://tdf.mirror.rafal.ca/libreoffice/stable/7.3.2/deb/x86_64/LibreOffice_7.3.2_Linux_x86-64_deb.tar.gz -RUN tar zxvf LibreOffice_7.3.2_Linux_x86-64_deb.tar.gz && rm -f LibreOffice_7.3.2_Linux_x86-64_deb.tar.gz -RUN dpkg -i LibreOffice_7.3.2.2_Linux_x86-64_deb/DEBS/*.deb && rm -rf LibreOffice_7.3.2_Linux_x86-64_deb +RUN wget https://tdf.mirror.rafal.ca/libreoffice/stable/7.3.3/deb/x86_64/LibreOffice_7.3.3_Linux_x86-64_deb.tar.gz +RUN tar zxvf LibreOffice_7.3.3_Linux_x86-64_deb.tar.gz && rm -f LibreOffice_7.3.3_Linux_x86-64_deb.tar.gz +RUN dpkg -i LibreOffice_7.3.3.2_Linux_x86-64_deb/DEBS/*.deb && rm -rf LibreOffice_7.3.3_Linux_x86-64_deb RUN apt-get install -y libdbus-1-3 libcups2 libsm6 libice6 RUN ln -n -s /opt/libreoffice7.3 /usr/lib/libreoffice