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" ]