From 72d6296d4ed20e7713999bb741e0268a44607fff Mon Sep 17 00:00:00 2001 From: cccs-rs Date: Tue, 26 Apr 2022 11:29:48 +0000 Subject: [PATCH] Update libreoffice to 7.3.2 --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index d3d0889..4fd0a53 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.1/deb/x86_64/LibreOffice_7.3.1_Linux_x86-64_deb.tar.gz -RUN tar zxvf LibreOffice_7.3.1_Linux_x86-64_deb.tar.gz && rm -f LibreOffice_7.3.1_Linux_x86-64_deb.tar.gz -RUN dpkg -i LibreOffice_7.3.1.3_Linux_x86-64_deb/DEBS/*.deb && rm -rf LibreOffice_7.3.1_Linux_x86-64_deb +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 apt-get install -y libdbus-1-3 libcups2 libsm6 libice6 RUN ln -n -s /opt/libreoffice7.3 /usr/lib/libreoffice