I fixed the problem by replacing RUN git submodule foreach git checkout ${BLENDER_VERSION}
(which, at closer inspection, did exactly nothing) with RUN git submodule update --init --recursive
.
1 Like
I fixed the problem by replacing RUN git submodule foreach git checkout ${BLENDER_VERSION}
(which, at closer inspection, did exactly nothing) with RUN git submodule update --init --recursive
.