fathyb / html2svg

Convert HTML and `<canvas>` to SVG, PDF, or images using Chromium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ninja should be added in Dockerfile

2p31-1 opened this issue · comments

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