Browse Source

Remove LibreOffice installation from Dockerfile

Andrea Fazzi 3 năm trước cách đây
mục cha
commit
72cea58822
1 tập tin đã thay đổi với 5 bổ sung5 xóa
  1. 5 5
      Dockerfile

+ 5 - 5
Dockerfile

@@ -8,16 +8,16 @@ RUN apt-get install -y -q libsm6 libcups2 libcairo2 libdbus-1-3 libxinerama1
 
 WORKDIR /tmp
 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/7.0.2/deb/x86_64/LibreOffice_7.0.2_Linux_x86-64_deb.tar.gz
-RUN tar xvzf LibreOffice_7.0.2_Linux_x86-64_deb.tar.gz
+# RUN wget https://download.documentfoundation.org/libreoffice/stable/7.0.2/deb/x86_64/LibreOffice_7.0.2_Linux_x86-64_deb.tar.gz
+# RUN tar xvzf LibreOffice_7.0.2_Linux_x86-64_deb.tar.gz
 
 
-WORKDIR LibreOffice_7.0.2.2_Linux_x86-64_deb/DEBS
+# WORKDIR LibreOffice_7.0.2.2_Linux_x86-64_deb/DEBS
 
 ## Install LibreOffice
 
-RUN dpkg -i *.deb
-RUN ln -s /usr/local/bin/libreoffice7.0 /usr/local/bin/libreoffice
+# RUN dpkg -i *.deb
+# RUN ln -s /usr/local/bin/libreoffice7.0 /usr/local/bin/libreoffice
 
 ## Install pandoc