mirror of
https://gitlab.com/stilobique/blender-docker.git
synced 2026-05-27 20:27:47 +02:00
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