Skip to content

Commit

Permalink
fix abiword not working in container (#5907)
Browse files Browse the repository at this point in the history
cc @rdelaage
on alpine, plugin command (used in src/node/utils/Abiword.js at line 31)
is not installed by defaut. Add this plugin when installing abiword.

Co-authored-by: ppom <>
  • Loading branch information
ppom0 authored Sep 4, 2023
1 parent 66b21e8 commit 2632698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ RUN \
apk add \
ca-certificates \
git \
${INSTALL_ABIWORD:+abiword} \
${INSTALL_ABIWORD:+abiword abiword-plugin-command} \
${INSTALL_SOFFICE:+libreoffice openjdk8-jre libreoffice-common}

USER etherpad
Expand Down

0 comments on commit 2632698

Please sign in to comment.