Sign inSign up

guillaumewuip/rpi-node

By guillaumewuip

•Updated almost 11 years ago

Node.js 0.12 docker image for RPI

Image
0

2.5K

guillaumewuip/rpi-node repository overview

# 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
```

Tag summary

Content type

Image

Digest

sha256:a6c59de25…

Size

89.9 MB

Last updated

almost 11 years ago

docker pull guillaumewuip/rpi-node