Create dedicated image with git and subversion
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM alpine AS csv
|
||||
|
||||
LABEL Author="stilobique"
|
||||
LABEL Title="Linux image with subversion and git"
|
||||
|
||||
# Install dependencies
|
||||
RUN apk add git && apk add subversion
|
||||
Reference in New Issue
Block a user