We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc6b52 commit efc4b3fCopy full SHA for efc4b3f
Dockerfile
@@ -56,6 +56,7 @@ RUN apt-get update && apt-get install -y \
56
inkscape \
57
libheif-examples \
58
libjxl-tools \
59
+ libreoffice \
60
libva2 \
61
libvips-tools \
62
lmodern \
@@ -81,4 +82,4 @@ EXPOSE 3000/tcp
81
82
# used for calibre
83
ENV QTWEBENGINE_CHROMIUM_FLAGS="--no-sandbox"
84
ENV NODE_ENV=production
-ENTRYPOINT [ "bun", "run", "./src/index.tsx" ]
85
+ENTRYPOINT [ "bun", "run", "./src/index.tsx" ]
0 commit comments