zanhsieh / nodes_alpine

build node.js alpine linux apk under Mac OSX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nodes_alpine

Tried to work with Node.js Alpine linux APK build with andyshinn's docker alpine abuild tool.

Seems having problem (attr_set not supported) on Mac OSX xhyve, so have this repo created for workaround, if you prefer to stick on official APKBUILD file.

UPDATE: For people would like not use any VM at all, simple switch off paxmark with paxctl, and replace all:

paxmark -c /path/to/target

to

paxctl -cm /path/to/target

Have tested this work under Mac OS X El Capitan & Docker 1.12.1.

About

build node.js alpine linux apk under Mac OSX

License:MIT License


Languages

Language:Shell 100.0%