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
This commit is contained in:
RJ Trujillo 2023-11-28 14:01:16 -07:00 committed by Kyle Gospodnetich
parent af29313403
commit 5f5f807ac4

View File

@ -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 \