Skip to content
Snippets Groups Projects
Verified Commit e3b29e25 authored by Romain De Laage De Bellefaye's avatar Romain De Laage De Bellefaye
Browse files

[Etherpad] Add Abiword to import/export document as odf/pdf/doc

parent 838ec741
No related branches found
No related tags found
No related merge requests found
......@@ -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 && \
......
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment