Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2016-10-08 00:43:21 -07:00
parent 722ee39bc3
commit d3f4ea910c
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -2,7 +2,8 @@ FROM ruby:alpine
MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apk add --no-cache \
ca-certificates
ca-certificates \
git
RUN set -x \
&& apk add --no-cache --virtual .build-deps \