add libreoffice
This commit is contained in:
parent
2bc6b52e99
commit
efc4b3f84c
1 changed files with 2 additions and 1 deletions
|
|
@ -56,6 +56,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
inkscape \
|
inkscape \
|
||||||
libheif-examples \
|
libheif-examples \
|
||||||
libjxl-tools \
|
libjxl-tools \
|
||||||
|
libreoffice \
|
||||||
libva2 \
|
libva2 \
|
||||||
libvips-tools \
|
libvips-tools \
|
||||||
lmodern \
|
lmodern \
|
||||||
|
|
@ -81,4 +82,4 @@ EXPOSE 3000/tcp
|
||||||
# used for calibre
|
# used for calibre
|
||||||
ENV QTWEBENGINE_CHROMIUM_FLAGS="--no-sandbox"
|
ENV QTWEBENGINE_CHROMIUM_FLAGS="--no-sandbox"
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
ENTRYPOINT [ "bun", "run", "./src/index.tsx" ]
|
ENTRYPOINT [ "bun", "run", "./src/index.tsx" ]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue