2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-24 06:28:23 +01: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

View File

@@ -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 \

View File

@@ -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 \