add gmail britta

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2017-03-30 11:11:17 -07:00
parent 303ac917e5
commit 3518c251a0
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

8
gmail-britta/Dockerfile Normal file
View File

@ -0,0 +1,8 @@
FROM ruby:alpine
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN set -x \
&& apk add --no-cache --virtual .build-deps \
build-base \
&& gem install gmail-britta --no-rdoc --no-ri \
&& apk del .build-deps