Преглед на файлове

Download libreoffice deb

Andrea Fazzi преди 5 години
родител
ревизия
96d00a9b9e
променени са 2 файла, в които са добавени 5 реда и са изтрити 1 реда
  1. 4 0
      Dockerfile
  2. 1 1
      templates/documents_add_update.html.tpl

+ 4 - 0
Dockerfile

@@ -7,6 +7,10 @@ RUN apt-get update -qq && apt-get install -y netcat
 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/6.2.7/deb/x86_64/LibreOffice_6.2.7_Linux_x86-64_deb.tar.gz
+RUN cd LibreOffice_6.2.7_Linux_x86-64_deb
+RUN dpkg -i *.deb
+
 # RUN mkdir -p /pandoc
 # COPY pandoc/pandoc-2.7.3-1-amd64.deb /pandoc
 # RUN ls -l

+ 1 - 1
templates/documents_add_update.html.tpl

@@ -23,7 +23,7 @@
   <div class="karmen-info-header">
     <div class="row">
       <div class="col-md-8">
-	<h1>Aggiorna document</h1>
+	<h1>Aggiorna documento</h1>
       </div>
     </div>
   </div>