From a13a11f8347b3500822f34338d0ba88058c3d467 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Tue, 31 Oct 2023 10:10:37 -0700 Subject: [PATCH] chore: Be explicit about wine-core arch --- Containerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index b383505c..40b64b6d 100644 --- a/Containerfile +++ b/Containerfile @@ -255,7 +255,8 @@ RUN if grep -qv "nvidia" <<< "${IMAGE_NAME}"; then \ lutris \ wxGTK \ libFAudio \ - wine-core \ + wine-core.x86_64 \ + wine-core.i686 \ winetricks \ protontricks \ latencyflex-vulkan-layer \ @@ -510,7 +511,8 @@ RUN rpm-ostree install \ gamescope.i686 \ gamescope-session-plus \ gamescope-session-steam \ - wine-core \ + wine-core.x86_64 \ + wine-core.i686 \ winetricks \ protontricks \ gperftools-libs.i686 && \