1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-04 03:48:55 +02:00

fix node-red

This commit is contained in:
kev 2019-10-01 16:30:21 +08:00
parent c8aaaf3aa3
commit 201749cf05
2 changed files with 2 additions and 0 deletions

View File

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

View File

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