Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

using node source for node dockerfile #12

Open
dkebler opened this issue Apr 29, 2017 · 1 comment
Open

using node source for node dockerfile #12

dkebler opened this issue Apr 29, 2017 · 1 comment

Comments

@dkebler
Copy link

dkebler commented Apr 29, 2017

fyi nodsource now supports arm so this works very nicely now as opposed to getting the tarball.
This might be perferable. Nodesource is well established so it's a "safe" alternative to grabbing the tarball directly and will look for arm 6,7,8 and load appropriately.

curl -sL https://deb.nodesource.com/setup_7.x | bash -
apt-get install -y nodejs

@alexellis
Copy link
Owner

Good suggestion. Please send a PR, just add a new folder for that version 👍

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

No branches or pull requests

2 participants