1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 13:58:42 +00:00
This commit is contained in:
kev 2016-01-08 14:26:58 +08:00
parent 29240e2df5
commit 1527808f94
2 changed files with 12 additions and 10 deletions

@ -5,11 +5,12 @@
FROM alpine
MAINTAINER kev <noreply@datageek.info>
RUN apk add -U bash \
build-base \
nodejs \
python \
python-dev \
RUN set -xe \
&& apk add -U bash \
build-base \
nodejs \
python \
python-dev \
&& npm install -g node-red node-red-admin \
&& apk del build-base \
python-dev \

@ -5,11 +5,12 @@
FROM vimagick/alpine-arm
MAINTAINER kev <noreply@datageek.info>
RUN apk add -U bash \
build-base \
nodejs \
python \
python-dev \
RUN set -xe \
&& apk add -U bash \
build-base \
nodejs \
python \
python-dev \
&& npm install -g node-red node-red-admin \
&& apk del build-base \
python-dev \