diff --git a/Dockerfile.core b/Dockerfile.core index b0023b6..42146b9 100644 --- a/Dockerfile.core +++ b/Dockerfile.core @@ -101,6 +101,12 @@ RUN sed -i 's/\/var\/www\/html/&\/public/g' /etc/apache2/sites-available/000-def # Expose environment variables RUN sed -i 's/;clear_env = .*/clear_env = no/g' /etc/php/*/fpm/pool.d/www.conf +# Install LibreOffice +RUN apt-get update -y && \ + apt-add-repository -y ppa:libreoffice/ppa && \ + apt-get update -y && \ + apt-get install -y libreoffice + # Prepare Supervisor RUN mkdir /var/log/queue