|
@@ -5,10 +5,10 @@ RUN apt-get install -y -q libsm6 libcups2 libcairo2 libdbus-1-3 libxinerama1
|
|
|
|
|
|
WORKDIR /tmp
|
|
WORKDIR /tmp
|
|
RUN wget https://github.com/jgm/pandoc/releases/download/2.7.3/pandoc-2.7.3-1-amd64.deb
|
|
RUN wget https://github.com/jgm/pandoc/releases/download/2.7.3/pandoc-2.7.3-1-amd64.deb
|
|
-RUN wget https://download.documentfoundation.org/libreoffice/stable/6.2.7/deb/x86_64/LibreOffice_6.2.7_Linux_x86-64_deb.tar.gz
|
|
|
|
|
|
+RUN wget https://download.documentfoundation.org/libreoffice/stable/6.3.3/deb/x86_64/LibreOffice_6.3.3_Linux_x86-64_deb.tar.gz
|
|
|
|
+RUN tar xvzf LibreOffice_6.3.3_Linux_x86-64_deb.tar.gz
|
|
|
|
|
|
-RUN tar xvzf LibreOffice_6.2.7_Linux_x86-64_deb.tar.gz
|
|
|
|
-WORKDIR LibreOffice_6.2.7.1_Linux_x86-64_deb/DEBS
|
|
|
|
|
|
+WORKDIR LibreOffice_6.3.3.2_Linux_x86-64_deb/DEBS
|
|
RUN dpkg -i *.deb
|
|
RUN dpkg -i *.deb
|
|
RUN ln -s /usr/local/bin/libreoffice6.2 /usr/local/bin/libreoffice
|
|
RUN ln -s /usr/local/bin/libreoffice6.2 /usr/local/bin/libreoffice
|
|
WORKDIR /tmp
|
|
WORKDIR /tmp
|