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
Running on Raspberry Pi docker, the installer script fails on pty.js.
The solution is to:
node/8-slimbase imagepythoninstead ofpython2.7&& npm install pty.js \right here