Sign inSign up

asnelling/node-winbuildtools

By asnelling

Updated over 9 years ago

Node.js with build tools (VC++ 2015, Python 2.7) on Windows Server Core

Image
0

146

asnelling/node-winbuildtools repository overview

asnelling/node-winbuildtools

Docker image with Node.js and build tools (VC++, Python 2.7) on Windows Server Core.

Software

These satisfy the dependencies needed to build native modules with node-gyp

Usage

To use this Docker Image

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>
Available Tags

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:

  • 6.9.4 (asnelling/node-winbuildtools:6.9.4)
  • 7.4.0 (asnelling/node-winbuildtools:7.4.0)

Tag summary

Content type

Image

Digest

Size

6.2 GB

Last updated

over 9 years ago

docker pull asnelling/node-winbuildtools:7.4.0