+ libreoffice-nogui is installed in php81, php.82, workspace81 and workspace82 images

This commit is contained in:
2024-08-23 18:26:02 +03:00
parent 25368c8408
commit 46a0154871
4 changed files with 26 additions and 0 deletions

View File

@ -106,3 +106,10 @@ USER root
COPY ./crontab /etc/cron.d
RUN chmod -R 644 /etc/cron.d
###########################################################################
# Libreoffice:
###########################################################################
ARG DEBIAN_FRONTEND=noninteractive
RUN add-apt-repository ppa:libreoffice/ppa && apt update && apt install libreoffice-nogui -y --no-install-recommends && apt clean