mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-29 22:20:21 +00:00
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:
parent
af29313403
commit
5f5f807ac4
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user