Skip to content

AndreasHogstrom/alpine-node-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js Build for Alpine Linux

The purpose of this repo is to build Node.js for Alpine Linux on amd64, arm32v6 and arm64v8.

Builds can be found under releases.

Forked from https://github.com/oznu/alpine-node

Install:

# Install deps
apk add --no-cache libgcc libstdc++ curl

# Download pre-built binary
curl -fLO https://github.com/AndreasHogstrom/alpine-node-builder/releases/download/8.11.2/node-v8.11.2-linux-x86_64-alpine.tar.gz

# Extract / install
tar -xzf node-v8.11.2-linux-x86_64-alpine.tar.gz -C /usr --strip-components=1 --no-same-owner

# Clean Up
rm -rf node-v8.11.2-linux-x86_64-alpine.tar.gz

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published