From 83b5349443a6d2fbecf898a5e91fa5c14ea38dfb Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Tue, 17 Oct 2023 16:05:52 -0700 Subject: [PATCH] chore: Move obs-vkcapture to Nvidia & Deck images only --- Containerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index e4d86d1e..9d0e5720 100644 --- a/Containerfile +++ b/Containerfile @@ -82,8 +82,6 @@ RUN rpm-ostree install \ input-remapper \ system76-scheduler \ hl2linux-selinux \ - obs-vkcapture.x86_64 \ - obs-vkcapture.i686 \ ladspa-caps-plugins \ ladspa-noise-suppression-for-voice \ tailscale \ @@ -256,6 +254,8 @@ RUN if grep -qv "nvidia" <<< "${IMAGE_NAME}"; then \ vkBasalt.i686 \ mangohud.x86_64 \ mangohud.i686 \ + obs-vkcapture.x86_64 \ + obs-vkcapture.i686 \ ; fi # Cleanup & Finalize @@ -403,6 +403,8 @@ RUN rpm-ostree install \ vkBasalt.i686 \ mangohud.x86_64 \ mangohud.i686 \ + obs-vkcapture.x86_64 \ + obs-vkcapture.i686 \ sdgyrodsu \ sddm-sugar-steamOS \ ibus-pinyin \