You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-07-17 01:22:25 +02:00
node-red with nodejs-tls
This commit is contained in:
@ -8,7 +8,7 @@ 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 \
|
nodejs-lts \
|
||||||
python \
|
python \
|
||||||
python-dev \
|
python-dev \
|
||||||
&& npm install -g node-red \
|
&& npm install -g node-red \
|
||||||
|
@ -9,7 +9,7 @@ RUN set -xe \
|
|||||||
&& apk add --no-cache bash \
|
&& apk add --no-cache bash \
|
||||||
curl \
|
curl \
|
||||||
build-base \
|
build-base \
|
||||||
nodejs \
|
nodejs-lts \
|
||||||
python \
|
python \
|
||||||
python-dev \
|
python-dev \
|
||||||
sudo \
|
sudo \
|
||||||
|
Reference in New Issue
Block a user