Skip to content

Commit

Permalink
Merge pull request #10 from CybercentreCanada/libreoffice
Browse files Browse the repository at this point in the history
Update libreoffice to 7.3.2
  • Loading branch information
cccs-rs authored Apr 26, 2022
2 parents 0bc09e2 + 72d6296 commit 4fce4b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4fce4b2

Please sign in to comment.