From 7db5d261846d5a3ae6f5f36d2bb9dc7216c8e800 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin <quentinduchemin@tuta.io> Date: Tue, 7 May 2019 00:32:37 +0200 Subject: [PATCH] Switch from abiword to unoconv for better import/export --- pica-etherpad/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pica-etherpad/Dockerfile b/pica-etherpad/Dockerfile index ecd667ee..d5dc42e6 100644 --- a/pica-etherpad/Dockerfile +++ b/pica-etherpad/Dockerfile @@ -51,6 +51,7 @@ RUN curl -SL https://github.com/ether/etherpad-lite/archive/${ETHERPAD_VERSION}. ep_set_title_on_pad \ ep_subscript_and_superscript \ ep_tables2 \ + ep_unoconv \ ep_user_font_size && \ git clone https://framagit.org/DeBugs/picasoft-etherpad-landing-page.git src/templates/picasoft-etherpad-landing-page && \ rm package-lock.json && \ @@ -73,7 +74,7 @@ FROM base COPY entrypoint.sh /opt/etherpad-lite/entrypoint.sh RUN apt-get update && \ - apt-get install -y mysql-client abiword && \ + apt-get install -y mysql-client unoconv libreoffice-writer libreoffice-pdfimport && \ chmod +x /opt/etherpad-lite/entrypoint.sh && \ mkdir -p /opt/etherpad-lite && \ chown -R node /opt/etherpad-lite && \ -- GitLab