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

Cloud9 Doesn't work on Raspberry Pi #40

Open
explorigin opened this issue Aug 6, 2018 · 1 comment
Open

Cloud9 Doesn't work on Raspberry Pi #40

explorigin opened this issue Aug 6, 2018 · 1 comment

Comments

@explorigin
Copy link

explorigin commented Aug 6, 2018

Running on Raspberry Pi docker, the installer script fails on pty.js.

The solution is to:

  • use node/8-slim base image
  • install system python instead of python2.7
  • install pty.js ahead of running the install script. Include && npm install pty.js \ right here
sapk added a commit that referenced this issue Nov 24, 2018
Link to the issue #40 for solution
Thanks to @explorigin
@sapk
Copy link
Owner

sapk commented Nov 24, 2018

Thanks for the info. Sorry for the late reply.
I added this issue in the comments to link to your finding if someone try to build on RPi.
It will also be helpfull since I am currently passing some images (like archlinux) to multi-arch.

Thanks again.

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

2 participants