mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
fix: also install libreoffice deps.
Installs java deps when `libreoffice` install is selected.
This commit is contained in:
parent
f456606015
commit
7185693a68
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ RUN export DEBIAN_FRONTEND=noninteractive; \
|
|||
ca-certificates \
|
||||
git \
|
||||
${INSTALL_ABIWORD:+abiword} \
|
||||
${INSTALL_SOFFICE:+libreoffice} \
|
||||
${INSTALL_SOFFICE:+libreoffice default-jre libreoffice-java-common} \
|
||||
&& \
|
||||
apt-get -qq clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
|
Loading…
Reference in a new issue