Update logs setup.
Add clean dockers env. Fix Dockerfile with the latest step.
This commit is contained in:
+2
-2
@@ -32,8 +32,8 @@ FROM ubuntu:25.10 AS final
|
||||
|
||||
#COPY --from=b3dock /opt/blender/build_files/build_environment/packages.txt /tmp/packages.txt
|
||||
COPY --from=b3dock /opt/blender/build_files/build_environment/install_linux_packages.py /tmp/install_linux_packages.py
|
||||
RUN apt-get update && apt-get install -y python3
|
||||
RUN python3 /tmp/install_linux_packages.py --no-sudo
|
||||
RUN apt-get update && apt-get install -y python3 sudo
|
||||
RUN python3 /tmp/install_linux_packages.py
|
||||
|
||||
RUN useradd -m -s /bin/bash bld
|
||||
|
||||
|
||||
Reference in New Issue
Block a user