1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-02-15 14:03:32 +02:00

update node-red

This commit is contained in:
kev 2019-10-01 17:10:44 +08:00
parent 201749cf05
commit 3741a860fb
2 changed files with 8 additions and 0 deletions

View File

@ -19,7 +19,11 @@ RUN set -xe \
&& npm install -g --unsafe-perm node-red \
node-red-admin \
node-red-dashboard \
node-red-node-email \
node-red-node-feedparser \
node-red-node-pi-gpio \
node-red-node-sentiment \
node-red-node-twitter \
&& mkdir -p /usr/share/doc/python-rpi.gpio \
&& apk del build-base \
python3-dev \

View File

@ -19,7 +19,11 @@ RUN set -xe \
&& npm install -g --unsafe-perm node-red \
node-red-admin \
node-red-dashboard \
node-red-node-email \
node-red-node-feedparser \
node-red-node-pi-gpio \
node-red-node-sentiment \
node-red-node-twitter \
&& mkdir -p /usr/share/doc/python-rpi.gpio \
&& apk del build-base \
python3-dev \