Setup python builder
This commit is contained in:
+3
-1
@@ -23,7 +23,9 @@ RUN git clone --depth 1 --branch v${b3d_vs_major}.${b3d_vs_minor} \
|
||||
COPY ./scripts/gen_packages_txt.py /opt/blender/build_files/build_environment/gen_packages_txt.py
|
||||
RUN cd /opt/blender/build_files/build_environment && \
|
||||
python gen_packages_txt.py
|
||||
RUN python /opt/blender/build_files/build_environment/install_linux_packages.py
|
||||
RUN cd /opt/blender/build_files/build_environment && chmod a+x ./install_linux_packages.py && \
|
||||
python install_linux_packages.py
|
||||
|
||||
RUN cd /opt/blender && make update
|
||||
RUN cd /opt/blender && make -j$(nproc)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user