mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-01-30 17:13:46 +01:00
add coreutils
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
parent
3518c251a0
commit
875b114093
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user