Sign inSign up

corbinu/alpine-node-builder

By corbinu

Updated over 7 years ago

Alpine container for installing/building node applications

Image
0

1.6K

corbinu/alpine-node-builder repository overview

alpine-node-builder

Alpine container for building native node applications

Main

  • includes
    • make
    • gcc
    • g++
    • python
    • git
    • node-gyp
    • prebuild

base

  • includes
    • git

I use it in my CI to install packages in via a shared volume

Based on mhart/alpine-node

NODE_TOKEN env is used for npm by default

Preventing the need for these applications to be installed in the final container.

To use on the current directory run like this

docker run -it --volume "$(pwd):/install" corbinu/alpine-node-builder /bin/sh

Tag summary

Content type

Image

Digest

Size

116.1 MB

Last updated

over 7 years ago

docker pull corbinu/alpine-node-builder