From 25dfe1ab1051720278652bf95f931b8065e57c7c Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Tue, 14 Jan 2025 21:27:21 -0800 Subject: [PATCH] chore: Explicitly require x86_64 libs --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 656eb9842d..a967b44dc8 100644 --- a/Containerfile +++ b/Containerfile @@ -311,6 +311,7 @@ RUN --mount=type=cache,dst=/var/cache/libdnf5 \ ibus ibus && \ dnf5 -y install \ gamescope.x86_64 \ + gamescope-libs.x86_64 \ gamescope-libs.i686 \ gamescope-shaders \ jupiter-sd-mounting-btrfs \