fix(docker): add python3-tinycss2 for Inkscape DXF export
Adds missing python3-tinycss2 dependency required by Inkscape's DXF export extension when converting PNG files to DXF format. The tinycss2 module is imported by inkex which is used by Inkscape's dxf12_outlines.py extension script. Fixes #494
This commit is contained in:
parent
bbf6f6ba52
commit
13d176fa64
2 changed files with 2 additions and 1 deletions
|
|
@ -31,6 +31,7 @@ RUN apt-get update && apt-get install -y \
|
|||
poppler-utils \
|
||||
potrace \
|
||||
python3-numpy \
|
||||
python3-tinycss2 \
|
||||
resvg \
|
||||
texlive \
|
||||
texlive-fonts-recommended \
|
||||
|
|
|
|||
|
|
@ -108,4 +108,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" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue