mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
fix abiword not working in container (#5907)
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 <>
This commit is contained in:
parent
66b21e840f
commit
2632698543
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ RUN \
|
||||||
apk add \
|
apk add \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
git \
|
git \
|
||||||
${INSTALL_ABIWORD:+abiword} \
|
${INSTALL_ABIWORD:+abiword abiword-plugin-command} \
|
||||||
${INSTALL_SOFFICE:+libreoffice openjdk8-jre libreoffice-common}
|
${INSTALL_SOFFICE:+libreoffice openjdk8-jre libreoffice-common}
|
||||||
|
|
||||||
USER etherpad
|
USER etherpad
|
||||||
|
|
Loading…
Reference in a new issue