lexlapax / dockerfile-tiny-nodejs-wiki

tiny instantiation of nodejs based small-federated-wiki using buildroot linux image
0 stars 0 forks source link

Failed to build #1

Open jacobgins opened 9 years ago

jacobgins commented 9 years ago

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 targetleveldb', 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

lexlapax commented 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..

jacobgins commented 9 years ago

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.