mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-05-03 00:55:54 +02:00
add git
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
parent
722ee39bc3
commit
d3f4ea910c
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user