diff --git a/Containerfile b/Containerfile index be771dfb..d4ce360d 100644 --- a/Containerfile +++ b/Containerfile @@ -522,9 +522,10 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \ vkBasalt.i686 \ mangohud.x86_64 \ mangohud.i686 \ - obs-vkcapture.x86_64 \ libobs_vkcapture.x86_64 \ - libobs_glcapture.x86_64 && \ + libobs_glcapture.x86_64 \ + libobs_vkcapture.i686 \ + libobs_glcapture.i686 && \ ln -s wine32 /usr/bin/wine && \ ln -s wine32-preloader /usr/bin/wine-preloader && \ ln -s wineserver64 /usr/bin/wineserver && \