1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-27 09:18:43 +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,7 +5,8 @@
FROM alpine
MAINTAINER kev <noreply@datageek.info>
RUN apk add -U bash \
RUN set -xe \
&& apk add -U bash \
build-base \
nodejs \
python \

@ -5,7 +5,8 @@
FROM vimagick/alpine-arm
MAINTAINER kev <noreply@datageek.info>
RUN apk add -U bash \
RUN set -xe \
&& apk add -U bash \
build-base \
nodejs \
python \