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

Fix node 4 docker build #26

Merged
merged 6 commits into from Nov 6, 2018
Merged

Conversation

erikh360
Copy link
Contributor

@erikh360 erikh360 commented Nov 5, 2018

No description provided.


ENV VXSANDBOX_VERSION "0.6.0"
RUN apt-get update && apt-get install curl -y && curl -sL https://deb.nodesource.com/setup_4.x | bash && apt-get install nodejs -y
Copy link
Contributor

Choose a reason for hiding this comment

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

What is the reasoning behind installing node this way? It's a lot safer installing using apt-get than piping a script from the internet into bash.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The apt-get command was failing, so I got this from casepro.

@erikh360 erikh360 merged commit e5813ba into develop Nov 6, 2018
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.

None yet

2 participants