dockerfiles/gmail-britta/Dockerfile
Jess Frazelle 60dbf5034b
fix some builds
Signed-off-by: Jess Frazelle <acidburn@github.com>
2018-12-28 20:03:15 -05:00

12 lines
250 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-document \
&& apk del .build-deps