This image is a build environment for compiling Node add-ons that are written in C++ for Debian 5 (Lenny, arch=ia32).
Default CMD compiles add-ons for [email protected] via [email protected]. To compile your add-on, you can do as following:
docker run -it --rm -v $PROJECT_DIRECTORY:/opt/addon egeiliklier/lenny-node-addon-env
When successful, this command creates a build directory in your $PROJECT_DIRECTORY path that contains the compiled .node addon file.
Notable directories:
npm modules are installed at /root/.npm-global./opt/node/binSee also:
Content type
Image
Digest
Size
257.2 MB
Last updated
about 5 years ago
docker pull egeiliklier/lenny-node-addon-env