mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
add gmail britta
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
parent
303ac917e5
commit
3518c251a0
8
gmail-britta/Dockerfile
Normal file
8
gmail-britta/Dockerfile
Normal 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
|
Loading…
Reference in New Issue
Block a user