From efc4b3f84c7e63d5e859a993e67e4de8517cfd67 Mon Sep 17 00:00:00 2001 From: Jason Fu Date: Wed, 9 Jul 2025 02:59:05 +0200 Subject: [PATCH] add libreoffice --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c731410..16b4740 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,6 +56,7 @@ RUN apt-get update && apt-get install -y \ inkscape \ libheif-examples \ libjxl-tools \ + libreoffice \ libva2 \ libvips-tools \ lmodern \ @@ -81,4 +82,4 @@ EXPOSE 3000/tcp # used for calibre ENV QTWEBENGINE_CHROMIUM_FLAGS="--no-sandbox" ENV NODE_ENV=production -ENTRYPOINT [ "bun", "run", "./src/index.tsx" ] \ No newline at end of file +ENTRYPOINT [ "bun", "run", "./src/index.tsx" ]