mirror of
https://gitlab.com/stilobique/blender-docker.git
synced 2026-05-27 20:27:47 +02:00
Update the git and svn clone
This commit is contained in:
+1
-3
@@ -40,9 +40,7 @@ RUN cd /opt/blender-git/ \
|
||||
&& git config --global user.name "Aurelien Vaillant" \
|
||||
&& mkdir /opt/blender-git/lib \
|
||||
&& cd /opt/blender-git/lib \
|
||||
&& svn checkout -r${subversion} https://svn.blender.org/svnroot/bf-blender/trunk/lib/linux_centos7_x86_64 \
|
||||
&& cd /opt/blender-git/blender \
|
||||
&& git submodule update --init --recursive \
|
||||
&& svn checkout -r${subversion} \
|
||||
&& make
|
||||
|
||||
# Setup a Multistage optimisation
|
||||
|
||||
Reference in New Issue
Block a user