Added version with git installed
This commit is contained in:
4
git/Dockerfile
Normal file
4
git/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM $CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA
|
||||
|
||||
# Install Git
|
||||
RUN apk add --no-cache git
|
||||
Reference in New Issue
Block a user