mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-02-09 13:47:10 +02:00
fix node-red
This commit is contained in:
parent
961a41eb5a
commit
77d74ddc22
@ -8,7 +8,8 @@ MAINTAINER kev <noreply@easypi.info>
|
|||||||
RUN set -xe \
|
RUN set -xe \
|
||||||
&& apk add --no-cache bash \
|
&& apk add --no-cache bash \
|
||||||
build-base \
|
build-base \
|
||||||
nodejs-lts \
|
ca-certificates \
|
||||||
|
nodejs \
|
||||||
python \
|
python \
|
||||||
python-dev \
|
python-dev \
|
||||||
&& npm install -g --unsafe-perm node-red \
|
&& npm install -g --unsafe-perm node-red \
|
||||||
|
@ -7,9 +7,10 @@ MAINTAINER EasyPi Software Foundation
|
|||||||
|
|
||||||
RUN set -xe \
|
RUN set -xe \
|
||||||
&& apk add --no-cache bash \
|
&& apk add --no-cache bash \
|
||||||
curl \
|
|
||||||
build-base \
|
build-base \
|
||||||
nodejs-lts \
|
ca-certificates \
|
||||||
|
curl \
|
||||||
|
nodejs \
|
||||||
python \
|
python \
|
||||||
python-dev \
|
python-dev \
|
||||||
sudo \
|
sudo \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user