Skip to content

Commit

Permalink
Add xz tool installation
Browse files Browse the repository at this point in the history
xz tool is absent from updated rockylinux base image
  • Loading branch information
n-jay committed Aug 16, 2024
1 parent d9d915a commit 7fa2269
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion samples/rqd/blender/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ RUN yum -y install \
mesa-libGLU-devel \
zlib-devel \
libXinerama-devel \
libXrandr-devel
libXrandr-devel \
xz

# Set Blender install directory
ARG BLENDER_INSTALL_DIR=/usr/local/blender
Expand Down

0 comments on commit 7fa2269

Please sign in to comment.