Added version with git installed

This commit is contained in:
William Miceli
2019-05-03 20:40:42 -04:00
parent c02674a5a2
commit 698c00953d

4
git/Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM $CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA
# Install Git
RUN apk add --no-cache git