ninja should be added in Dockerfile
2p31-1 opened this issue · 0 comments
2p31-1 commented
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