mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
travis
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
parent
05ce09fee9
commit
722ee39bc3
13
travis/Dockerfile
Normal file
13
travis/Dockerfile
Normal file
|
@ -0,0 +1,13 @@
|
|||
FROM ruby:alpine
|
||||
MAINTAINER Jessie Frazelle <jess@linux.com>
|
||||
|
||||
RUN apk add --no-cache \
|
||||
ca-certificates
|
||||
|
||||
RUN set -x \
|
||||
&& apk add --no-cache --virtual .build-deps \
|
||||
build-base \
|
||||
&& gem install travis --no-rdoc --no-ri \
|
||||
&& apk del .build-deps
|
||||
|
||||
ENTRYPOINT ["travis"]
|
Loading…
Reference in New Issue
Block a user