fix: also install libreoffice deps.

Installs java deps when `libreoffice` install is selected.
pull/5536/head
Debendra Oli 2022-09-11 20:46:38 +05:45 committed by John McLear
parent f456606015
commit 7185693a68
1 changed files with 1 additions and 1 deletions

View File

@ -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/*