mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
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"]
|
||||||
Reference in New Issue
Block a user