Skip to content

Commit efc4b3f

Browse files
committed
add libreoffice
1 parent 2bc6b52 commit efc4b3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ RUN apt-get update && apt-get install -y \
5656
inkscape \
5757
libheif-examples \
5858
libjxl-tools \
59+
libreoffice \
5960
libva2 \
6061
libvips-tools \
6162
lmodern \
@@ -81,4 +82,4 @@ EXPOSE 3000/tcp
8182
# used for calibre
8283
ENV QTWEBENGINE_CHROMIUM_FLAGS="--no-sandbox"
8384
ENV NODE_ENV=production
84-
ENTRYPOINT [ "bun", "run", "./src/index.tsx" ]
85+
ENTRYPOINT [ "bun", "run", "./src/index.tsx" ]

0 commit comments

Comments
 (0)