update node-red

This commit is contained in:
kev 2019-10-09 02:40:13 +08:00
parent 41a27ace49
commit 84f7ce735a
3 changed files with 7 additions and 7 deletions

View File

@ -6,7 +6,7 @@ FROM alpine
MAINTAINER EasyPi Software Foundation MAINTAINER EasyPi Software Foundation
RUN set -xe \ RUN set -xe \
&& apk add --no-cache && apk add --no-cache \
bash \ bash \
build-base \ build-base \
ca-certificates \ ca-certificates \
@ -17,7 +17,7 @@ RUN set -xe \
python3-dev \ python3-dev \
&& ln -sf /usr/bin/python3 /usr/bin/python \ && ln -sf /usr/bin/python3 /usr/bin/python \
&& pip3 install --no-cache-dir rpi.gpio \ && pip3 install --no-cache-dir rpi.gpio \
&& npm install -g --unsafe-perm && npm install -g --unsafe-perm \
node-red \ node-red \
node-red-admin \ node-red-admin \
node-red-dashboard \ node-red-dashboard \
@ -27,7 +27,7 @@ RUN set -xe \
node-red-node-sentiment \ node-red-node-sentiment \
node-red-node-twitter \ node-red-node-twitter \
&& mkdir -p /usr/share/doc/python-rpi.gpio \ && mkdir -p /usr/share/doc/python-rpi.gpio \
&& apk del && apk del \
build-base \ build-base \
python3-dev \ python3-dev \
&& rm -rf /tmp/npm-* && rm -rf /tmp/npm-*

View File

@ -6,7 +6,7 @@ FROM arm32v7/alpine:3
MAINTAINER EasyPi Software Foundation MAINTAINER EasyPi Software Foundation
RUN set -xe \ RUN set -xe \
&& apk add --no-cache && apk add --no-cache \
bash \ bash \
build-base \ build-base \
ca-certificates \ ca-certificates \
@ -17,7 +17,7 @@ RUN set -xe \
python3-dev \ python3-dev \
&& ln -sf /usr/bin/python3 /usr/bin/python \ && ln -sf /usr/bin/python3 /usr/bin/python \
&& pip3 install --no-cache-dir rpi.gpio \ && pip3 install --no-cache-dir rpi.gpio \
&& npm install -g --unsafe-perm && npm install -g --unsafe-perm \
node-red \ node-red \
node-red-admin \ node-red-admin \
node-red-dashboard \ node-red-dashboard \
@ -27,7 +27,7 @@ RUN set -xe \
node-red-node-sentiment \ node-red-node-sentiment \
node-red-node-twitter \ node-red-node-twitter \
&& mkdir -p /usr/share/doc/python-rpi.gpio \ && mkdir -p /usr/share/doc/python-rpi.gpio \
&& apk del && apk del \
build-base \ build-base \
python3-dev \ python3-dev \
&& rm -rf /tmp/npm-* && rm -rf /tmp/npm-*

View File

@ -9,7 +9,7 @@ efficiency and ease of use. It provides simple answers to common needs, plus
unique useful features for personal users as well as hosting providers. unique useful features for personal users as well as hosting providers.
## ~/fig/pureftpd/docker-compose.yml ## docker-compose.yml
```yaml ```yaml
pure-ftpd: pure-ftpd: