dockerfiles/gmail-britta/Dockerfile
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