mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-05 20:26:49 +02:00
fix: also install libreoffice deps.
Installs java deps when `libreoffice` install is selected.
This commit is contained in:
parent
f456606015
commit
7185693a68
@ -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…
x
Reference in New Issue
Block a user