Create dedicated image with git and subversion

This commit is contained in:
2022-12-25 12:35:30 +01:00
parent 7c398093b6
commit a748e143ca
+7
View File
@@ -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