Closed markmacau closed 2 years ago
can confirm mentioned issue and proposed extension of dockerfile that fix the issue
This Issue has received no activity for 30 days. We will close it in 2 days, please reopen if you are still experiencing this issue.
Describe the bug Docker build using Dockerfile failed. The problem seems to happen at node-canvas installation due to lack of python.
To Reproduce At root run
docker build .
Additional context Build succeeded when I added below lines after
RUN apk add --no-cache libc6-compat git
: