Open jacobgins opened 9 years ago
I'll look at the makefile this week, probably need to add the leveldb dependency.. In the meantime, unless you have a need for a custom-built linux, you're probably find it easier/faster to use an existing base image like ubuntu, fedora etc, and add python, supervisord and nodejs into it..
Sandeep,
Appreciate your attention. I already succeeded with ubuntu images but having small image will fit my needs much better. The ubuntu image with supervisor in it is 20 times bigger then what you suggest.
Thanks, Jacob.
Sandeep, hi
My attempt to build the image using your script has failed with following message: make[1]: Leaving directory
/vol/dockerfile-tiny-nodejs-wiki/src-buildroot/buildroot-2014.04/output/build/host-nodejs-0.10.12' make: *** No rule to make target
leveldb', needed by `/vol/dockerfile-tiny-nodejs-wiki/src-buildroot/buildroot-2014.04/output/build/nodejs-0.10.12/.stamp_configured'. Stop.I have a need to run a docker image with node and supervisor. Any idea?
Thanks, Jacob