mirror of
https://gitlab.com/stilobique/blender-docker.git
synced 2026-05-27 20:27:47 +02:00
7 lines
157 B
Plaintext
7 lines
157 B
Plaintext
FROM alpine AS csv
|
|
|
|
LABEL Author="stilobique"
|
|
LABEL Title="Linux image with subversion and git"
|
|
|
|
# Install dependencies
|
|
RUN apk add git && apk add subversion |