Setup python builder

This commit is contained in:
2026-07-18 16:45:19 +02:00
parent 82653b4fba
commit 693afc76fd
11 changed files with 108 additions and 48 deletions
+3 -1
View File
@@ -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)