From 5f5f807ac47f9e532d45e1b93ea4e5046013e95c Mon Sep 17 00:00:00 2001 From: RJ Trujillo Date: Tue, 28 Nov 2023 14:01:16 -0700 Subject: [PATCH] fix: Install proper 32 bit glibc package glibc32 is retrieved by default which is outdated compared to glibc.i686 so explicitly mark glibc.i686 for installation --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 63aa49a1..b7924d97 100644 --- a/Containerfile +++ b/Containerfile @@ -110,6 +110,7 @@ RUN rpm-ostree install \ libxcrypt-compat \ mesa-libGLU \ vulkan-tools \ + glibc.i686 \ extest.i686 \ twitter-twemoji-fonts \ google-noto-sans-cjk-fonts \