From 8e5233a414f9ff7a20b494d981b5629413189110 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Wed, 19 Jun 2024 12:30:52 -0700 Subject: [PATCH] fix: Correct missing 32-bit obs-vkcapture libraries, rpm-ostree chicanery --- Containerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Containerfile b/Containerfile index fc9aedae..a08918c6 100644 --- a/Containerfile +++ b/Containerfile @@ -427,7 +427,11 @@ RUN rpm-ostree install \ vkBasalt.x86_64 \ vkBasalt.i686 \ obs-vkcapture.x86_64 \ + libobs_vkcapture.x86_64 \ + libobs_glcapture.x86_64 \ obs-vkcapture.i686 \ + libobs_vkcapture.i686 \ + libobs_glcapture.i686 \ mangohud.x86_64 \ mangohud.i686 && \ if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \