fathyb / html2svg

Convert HTML and `<canvas>` to SVG, PDF, or images using Chromium
1.19k stars 30 forks source link

ninja should be added in Dockerfile #38

Open 2p31-1 opened 1 year ago

2p31-1 commented 1 year ago

I met a problem with ninja while building with docker,

depot_tools/ninja.py: Could not find Ninja in the third_party of the current project, nor in your PATH.

Add apt install -y ninja-build in Dockerfile would help this