Node.js 0.12 docker image for RPI
2.5K
# DOCKER-VERSION 1.0.0
FROM resin/rpi-raspbian
# install required packages
RUN apt-get update
RUN apt-get install -y wget dialog
# install nodejs
RUN wget http://node-arm.herokuapp.com/node_latest_armhf.deb
RUN dpkg -i node_latest_armhf.deb
```
Content type
Image
Digest
sha256:a6c59de25…
Size
89.9 MB
Last updated
almost 11 years ago
docker pull guillaumewuip/rpi-node