zhangyuanwei / node-images

Cross-platform image decoder(png/jpeg/gif) and encoder(png/jpeg) for Nodejs
https://npmjs.org/package/images
MIT License
1.55k stars 204 forks source link

Could not use in docker #177

Closed qdechochen closed 4 years ago

qdechochen commented 5 years ago

node-images could not use in official docker image. Guess the reason is official node docker image use musl libc instead of glibc. Is there a plan to support that?

oxUnd commented 4 years ago

173