From 290fe94bb5682d69f68a26ad5371aeba9513c9ff Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Sat, 30 Sep 2023 15:36:49 -0700 Subject: [PATCH] feat: Add dependencies required by DaVinci Resolve --- Containerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Containerfile b/Containerfile index 2ce9af9e92..74a83f9751 100644 --- a/Containerfile +++ b/Containerfile @@ -87,6 +87,8 @@ RUN rpm-ostree install \ pulseaudio-utils \ unrar \ lzip \ + libxcrypt-compat \ + mesa-libGLU \ twitter-twemoji-fonts \ lato-fonts \ fira-code-fonts && \ @@ -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 \