diff --git a/pica-etherpad/Dockerfile b/pica-etherpad/Dockerfile
index 7275af4efd071c5fcc21545c8c193ef98b71f4fd..b09cabe536cfeea1b14ff187deb085447d1a3bf6 100644
--- a/pica-etherpad/Dockerfile
+++ b/pica-etherpad/Dockerfile
@@ -61,7 +61,7 @@ COPY --from=downloader /opt/etherpad-lite /opt/etherpad-lite/
 RUN chown -R etherpad /opt/etherpad-lite
 
 RUN apt-get update && \
-    apt-get install -y curl nano postgresql-client && \
+    apt-get install -y curl nano postgresql-client abiword && \
     chmod +x /opt/etherpad-lite/entrypoint.sh && \
     usermod -d /opt/etherpad-lite etherpad && \
     chown -R etherpad /opt/etherpad-lite && \
diff --git a/pica-etherpad/docker-compose.yml b/pica-etherpad/docker-compose.yml
index 660ed4724239c8c74899859390f8805e89a28c68..123b7fc5d940f66220bbd476126acf7259dbe3b2 100755
--- a/pica-etherpad/docker-compose.yml
+++ b/pica-etherpad/docker-compose.yml
@@ -40,6 +40,7 @@ services:
       THEME: "colibris"
       TITLE: "Picapad"
       TRUST_PROXY: "true"
+      ABIWORD: "/usr/bin/abiword"
     networks:
       - proxy
       - standard
@@ -78,6 +79,7 @@ services:
       THEME: "colibris"
       TITLE: "Picapad Hebdo"
       TRUST_PROXY: "true"
+      ABIWORD: "/usr/bin/abiword"
     depends_on:
       - etherpad-week-db
     networks: