mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-04 11:20:47 +02: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…
x
Reference in New Issue
Block a user