From dea46f45cfefcdade0c102745ccdbc40d2d9cd15 Mon Sep 17 00:00:00 2001 From: Alex Kriuchykhin Date: Tue, 4 Jul 2023 14:28:40 +0200 Subject: [PATCH] Switch to full Libreoffice installation, add missing awscli package (#5711) --- Dockerfile.production | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile.production b/Dockerfile.production index a0f75a94c..ae8c19eca 100644 --- a/Dockerfile.production +++ b/Dockerfile.production @@ -74,15 +74,14 @@ RUN \ postgresql-client \ netcat \ npm \ + awscli \ default-jre-headless \ poppler-utils \ librsvg2-2 \ libvips42 \ graphviz \ - libreoffice-calc \ - libreoffice-impress \ - libreoffice-writer \ libfile-mimeinfo-perl && \ + apt-get install -y libreoffice && \ ln -s /usr/lib/x86_64-linux-gnu/libvips.so.42 /usr/lib/x86_64-linux-gnu/libvips.so ARG BUILD_TIMESTAMP=1