Add libreoffice and gs to docker dev image

This commit is contained in:
Alex Lion
2025-07-02 23:57:11 +02:00
parent 746a1bae5c
commit fb4f393fbf

View File

@@ -36,6 +36,8 @@ RUN apt-get update && apt-get install -y \
libffi-dev \
libtool \
openjdk-11-jdk \
ghostscript \
libreoffice \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*