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