mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
node-red: npm install --unsafe-perm
This commit is contained in:
@@ -15,9 +15,9 @@ RUN set -xe \
|
||||
sudo \
|
||||
&& curl https://bootstrap.pypa.io/get-pip.py | python \
|
||||
&& pip install rpi.gpio \
|
||||
&& npm install -g node-red \
|
||||
node-red-admin \
|
||||
node-red-dashboard \
|
||||
&& npm install -g --unsafe-perm node-red \
|
||||
node-red-admin \
|
||||
node-red-dashboard \
|
||||
&& apk del build-base \
|
||||
python-dev \
|
||||
&& rm -rf /tmp/npm-*
|
||||
|
||||
Reference in New Issue
Block a user