fix(docker): add python3-tinycss2 for Inkscape DXF export (#498)

Co-authored-by: Mehul Anshumali <mehul.a@phonepe.com>
This commit is contained in:
Mehul Anshumali
2026-01-11 20:48:46 +05:30
committed by GitHub
parent bbf6f6ba52
commit 60f6f5b77f
2 changed files with 3 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ RUN apt-get update && apt-get install -y \
poppler-utils \
potrace \
python3-numpy \
python3-tinycss2 \
resvg \
texlive \
texlive-fonts-recommended \

View File

@@ -68,6 +68,7 @@ RUN apt-get update && apt-get install -y \
poppler-utils \
potrace \
python3-numpy \
python3-tinycss2 \
resvg \
texlive \
texlive-fonts-recommended \
@@ -108,4 +109,4 @@ EXPOSE 3000/tcp
# used for calibre
ENV QTWEBENGINE_CHROMIUM_FLAGS="--no-sandbox"
ENV NODE_ENV=production
ENTRYPOINT [ "bun", "run", "dist/src/index.js" ]
ENTRYPOINT [ "bun", "run", "dist/src/index.js" ]