add coreutils

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2017-03-30 12:18:01 -07:00
parent 3518c251a0
commit 875b114093
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -1,6 +1,9 @@
FROM ruby:alpine
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk add --no-cache \
coreutils
RUN set -x \
&& apk add --no-cache --virtual .build-deps \
build-base \