mirror of
https://gitlab.com/stilobique/blender-docker.git
synced 2026-05-27 20:27:47 +02:00
Add instruction to install git
This commit is contained in:
@@ -16,6 +16,7 @@ update:
|
|||||||
cache:
|
cache:
|
||||||
key: blender-source
|
key: blender-source
|
||||||
script:
|
script:
|
||||||
|
- apt-get install git
|
||||||
- mkdir -p /opt/blender-git/lib
|
- mkdir -p /opt/blender-git/lib
|
||||||
- cd /opt/blender-git
|
- cd /opt/blender-git
|
||||||
- git clone https://git.blender.org/blender.git
|
- git clone https://git.blender.org/blender.git
|
||||||
@@ -31,6 +32,8 @@ build:
|
|||||||
stage: build
|
stage: build
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
|
cache:
|
||||||
|
key: blender-source
|
||||||
script:
|
script:
|
||||||
- apk add python3
|
- apk add python3
|
||||||
- apk add py3-pip
|
- apk add py3-pip
|
||||||
|
|||||||
Reference in New Issue
Block a user