mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-04 03:54:55 +01:00
node-red-arm support gpio
This commit is contained in:
@@ -7,10 +7,14 @@ MAINTAINER EasyPi Software Foundation
|
||||
|
||||
RUN set -xe \
|
||||
&& apk add --no-cache bash \
|
||||
curl \
|
||||
build-base \
|
||||
nodejs \
|
||||
python \
|
||||
python-dev \
|
||||
sudo \
|
||||
&& curl https://bootstrap.pypa.io/get-pip.py | python \
|
||||
&& pip install rpi.gpio \
|
||||
&& npm install -g node-red \
|
||||
node-red-admin \
|
||||
&& apk del build-base \
|
||||
|
||||
Reference in New Issue
Block a user