A modified docker node image based on official node:alpine.
Note: Size of this image is large, ~300M. Personally I only use it when installing npm packages. Some kind of like this,
$ docker run --rm -v $(pwd):/app -w /app milespeng/node:alpine npm install
- Have cnpm installed
- With some build dependencies installed
- libpng-dev
- autoconf
- automake
- make
- g++
- libtool
- nasm