mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-03-24 06:05:19 +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
|
FROM ruby:alpine
|
||||||
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
||||||
|
|
||||||
|
RUN apk add --no-cache \
|
||||||
|
coreutils
|
||||||
|
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& apk add --no-cache --virtual .build-deps \
|
&& apk add --no-cache --virtual .build-deps \
|
||||||
build-base \
|
build-base \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user