Skip to content

Commit

Permalink
[RQD] Fix build issues with Blender dockerfile (#1479)
Browse files Browse the repository at this point in the history
**Link the Issue(s) this Pull Request is related to.**
Supports updates made in PR
#1440

**Summarize your change.**
Fixes issues in Blender Dockerfile to support Rockylinux base image
updates.

<!--
For a step-by-step list to walk you through the pull request process,
see
https://www.opencue.io/contributing/.

Please add unit tests for any new code. This helps our project maintain
code quality and ensure
future changes don't break anything. If you're stuck on this or not sure
how to proceed, feel
free to create a Draft Pull Request and ask one of the OpenCue
committers for advice.
-->
  • Loading branch information
n-jay authored Aug 19, 2024
1 parent b21aa6b commit 286437c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions samples/rqd/blender/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ FROM opencue/rqd
RUN yum -y update
RUN yum -y install \
bzip2 \
libfreetype6 \
libgl1-mesa-dev \
libXi-devel \
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 286437c

Please sign in to comment.