mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
update
This commit is contained in:
parent
29240e2df5
commit
1527808f94
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user