1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-03-13 00:38:04 +01:00
Jess Frazelle 875b114093
add coreutils
Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-03-30 12:18:01 -07:00

12 lines
254 B
Docker

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 \
&& gem install gmail-britta --no-rdoc --no-ri \
&& apk del .build-deps