mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-01-30 17:13:46 +01: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…
Reference in New Issue
Block a user