Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed up nodejs installation #8

Open
nomadster opened this issue Jan 21, 2015 · 0 comments
Open

Speed up nodejs installation #8

nomadster opened this issue Jan 21, 2015 · 0 comments

Comments

@nomadster
Copy link

Hi,
I've created a pull request (#7) to speed up the installation of nodejs.
It uses apt-get to install npm which allows us to install n in roder to be able to have nodejs-latest already compiled.

Also, it depends on dockerfile/ubuntu instead of dockerfile/python (why do you need python?)
It also has an ENV variable that allows you to select which nodejs version you want to install.

I've seen that in #3 someone suggest to use tagging, which I still have to investigate, but seems a pretty way to specify what version of node to install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant