Skip to content

Commit

Permalink
chore: dnf update -y just for safety
Browse files Browse the repository at this point in the history
  • Loading branch information
saturday06 committed Jan 18, 2025
1 parent 185229e commit 6962bce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ RUN if [ "$(uname -m)" != "x86_64" ]; then \
&& mkdir -p blender/blender \
&& pushd blender/blender \
&& tar Jxf ../../blender.tar.xz --strip-components=1 \
&& dnf update -y \
&& ./build_files/build_environment/install_linux_packages.py \
&& make NPROCS=1 bpy \
&& pushd ../build_linux_bpy \
Expand Down

0 comments on commit 6962bce

Please sign in to comment.