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:
Mehul Anshumali 2026-01-11 19:25:05 +05:30
parent bbf6f6ba52
commit 13d176fa64
2 changed files with 2 additions and 1 deletions

View file

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