From 1bf6c8a6ae0ee9bc6fecaf508740a4083a19127b Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Tue, 7 Nov 2023 18:52:53 -0800 Subject: [PATCH] chore: Temporarily disable obs-vkcapture --- Containerfile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Containerfile b/Containerfile index bece5e07..5c09a58a 100644 --- a/Containerfile +++ b/Containerfile @@ -264,11 +264,6 @@ RUN if grep -qv "nvidia" <<< "${IMAGE_NAME}"; then \ mangohud.x86_64 \ mangohud.i686 \ gperftools-libs.i686 && \ - if [[ "${IMAGE_FLAVOR}" != "surface-nvidia" ]]; then \ - rpm-ostree install \ - obs-vkcapture.x86_64 \ - obs-vkcapture.i686 \ - ; fi && \ ln -s /usr/bin/wine64 /usr/bin/wine && \ wget $(curl https://api.github.com/repos/ishitatsuyuki/LatencyFleX/releases/latest | jq -r '.assets[] | select(.name| test(".*.tar.xz$")).browser_download_url') -O /tmp/latencyflex.tar.xz && \ mkdir -p /tmp/latencyflex && \ @@ -428,8 +423,6 @@ RUN rpm-ostree install \ vkBasalt.i686 \ mangohud.x86_64 \ mangohud.i686 \ - obs-vkcapture.x86_64 \ - obs-vkcapture.i686 \ sdgyrodsu \ sddm-sugar-steamOS \ ibus-pinyin \