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

Dockerfile fails to build #8114

Closed
williballenthin opened this issue Aug 3, 2017 · 0 comments
Closed

Dockerfile fails to build #8114

williballenthin opened this issue Aug 3, 2017 · 0 comments

Comments

@williballenthin
Copy link
Contributor

There are some issues building the Dockerfile for radare2 today. They seem to stem from the node environment changing; however, I'm not super familiar with node.

First, npm is not getting installed. The shell script from https://www.npmjs.com/install.sh is run, but does not install correctly. This can be fixed by installing node v8.x, which packages npm with it.

Two, the r2pipe npm package depends on node-gyp, which has some issues installing in a docker container. We encounter the issue here: nodejs/node-gyp#454, and a fix is described here: nodejs/node-gyp#454 (comment). Ultimately, npm generally shouldn't be run as root, but I think in this case, its not a huge deal.

This issue was closed.
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