mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 16:05:05 -04:00
fix abiword not working in container
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.
This commit is contained in:
parent
d9ff6158e4
commit
d43eb1f8ce
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue