Skip to content

Commit

Permalink
feat: Add dependencies required by DaVinci Resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Sep 30, 2023
1 parent 0beec60 commit 290fe94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Containerfile
Expand Up @@ -87,6 +87,8 @@ RUN rpm-ostree install \
pulseaudio-utils \
unrar \
lzip \
libxcrypt-compat \
mesa-libGLU \
twitter-twemoji-fonts \
lato-fonts \
fira-code-fonts && \
Expand Down Expand Up @@ -286,6 +288,7 @@ RUN rpm-ostree override replace \
mesa-libEGL-devel \
mesa-libgbm \
mesa-libGL \
mesa-libGLU \
mesa-libglapi \
mesa-vulkan-drivers && \
if [ ${FEDORA_MAJOR_VERSION} -lt 39 ]; then \
Expand Down

0 comments on commit 290fe94

Please sign in to comment.