From 08fd0f625334360709a30b055ef5fd6d11832b14 Mon Sep 17 00:00:00 2001 From: Nicolas Maillat Date: Mon, 9 Mar 2020 17:45:02 +0100 Subject: [PATCH] Add document formats for unoconv --- Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Dockerfile b/Dockerfile index 13daa50724..e900d1aea4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,6 +34,12 @@ RUN apt-get update \ unoconv \ unzip \ xpdf \ + libreoffice-base-core \ + libreoffice-impress \ + libreoffice-calc \ + libreoffice-math \ + libreoffice-writer \ + libreoffice-pdfimport \ && update-locale "LANG=fr_FR.UTF-8 UTF-8" \ && dpkg-reconfigure --frontend noninteractive locales \ && docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \