Skip to content

Commit

Permalink
Merge pull request #12 from CybercentreCanada/libreoffice
Browse files Browse the repository at this point in the history
Update to 7.3.3
  • Loading branch information
cccs-rs authored May 20, 2022
2 parents 4fce4b2 + f363c21 commit d359919
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.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

Expand Down

0 comments on commit d359919

Please sign in to comment.