Skip to content

An node alpine image to include build dependencies required by node-gyp.

Notifications You must be signed in to change notification settings

Aukhan/node-alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

node-alpine

An node alpine image to include build dependencies required by node-gyp.

It does increase the size of the image by approximately 150MB but the whole idea is to save time re-installing all those deps on every service update or container rebuild

usage

docker pull aukhan/node-alpine

usage in Dockerfile

    FROM aukhan/node-alpine 
 
    RUN npm install 
 

About

An node alpine image to include build dependencies required by node-gyp.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published