2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00

node-red-dashboard

This commit is contained in:
kev
2016-08-22 19:54:36 +08:00
parent d4bb04cac9
commit 854ddc5c8a
3 changed files with 10 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ RUN set -xe \
&& pip install rpi.gpio \
&& npm install -g node-red \
node-red-admin \
node-red-dashboard \
&& apk del build-base \
python-dev \
&& rm -rf /tmp/npm-*