1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-25 02:04:06 +02:00

fix node-red

This commit is contained in:
kev 2017-01-15 00:47:11 +08:00
parent 961a41eb5a
commit 77d74ddc22
2 changed files with 5 additions and 3 deletions

View File

@ -8,7 +8,8 @@ MAINTAINER kev <noreply@easypi.info>
RUN set -xe \
&& apk add --no-cache bash \
build-base \
nodejs-lts \
ca-certificates \
nodejs \
python \
python-dev \
&& npm install -g --unsafe-perm node-red \

View File

@ -7,9 +7,10 @@ MAINTAINER EasyPi Software Foundation
RUN set -xe \
&& apk add --no-cache bash \
curl \
build-base \
nodejs-lts \
ca-certificates \
curl \
nodejs \
python \
python-dev \
sudo \