Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 626 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 626 Bytes

Docker Node

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

Supported Tags

Changed

  • Have cnpm installed
  • With some build dependencies installed

Installed Build Dependencies

  • libpng-dev
  • autoconf
  • automake
  • make
  • g++
  • libtool
  • nasm