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

Added new source to be able to install nodejs v8 instead of v4 #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

keanolane
Copy link
Contributor

Hi, this is a tiny update to be able to install latest node & npm binaries.

@fauria
Copy link
Owner

fauria commented Apr 13, 2018

Hi! First of all, thank you for your PR and sorry for catching up so late!

Let me review that so that we can see some options!

Regards

@fauria fauria closed this Apr 13, 2018
@fauria fauria reopened this Apr 13, 2018
@@ -5,6 +5,8 @@ LABEL Description="Cutting-edge LAMP stack, based on Ubuntu 16.04 LTS. Includes
Usage="docker run -d -p [HOST WWW PORT NUMBER]:80 -p [HOST DB PORT NUMBER]:3306 -v [HOST WWW DOCUMENT ROOT]:/var/www/html -v [HOST DB DOCUMENT ROOT]:/var/lib/mysql fauria/lamp" \
Version="1.0"

RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this script be available in the long run?

Also, we are installing nodejs and npm on line 49 and then doing some linking below. We may need to change that to avoid having multiple instances of node.

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

Successfully merging this pull request may close these issues.

2 participants