Node.js with build tools (VC++ 2015, Python 2.7) on Windows Server Core
146
Docker image with Node.js and build tools (VC++, Python 2.7) on Windows Server Core.
These satisfy the dependencies needed to build native modules with node-gyp
Create a Dockerfile in the root of your project directory, and place this at the top:
FROM asnelling/node-winbuildtools
# or specify a tag (node verion)
# e.g.: FROM asnelling/node-winbuildtools:6.9.4
FROM asnelling/node-winbuildtools:<tag>
You may optionally specify a Node.js version in the tag (e.g.: asnelling/node-winbuildtools:7.4.0) when using this image. The node versions below are available:
asnelling/node-winbuildtools:6.9.4)asnelling/node-winbuildtools:7.4.0)Content type
Image
Digest
Size
6.2 GB
Last updated
over 9 years ago
docker pull asnelling/node-winbuildtools:7.4.0