mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-04-07 13:20:58 +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 \
|
libxcrypt-compat \
|
||||||
mesa-libGLU \
|
mesa-libGLU \
|
||||||
vulkan-tools \
|
vulkan-tools \
|
||||||
|
glibc.i686 \
|
||||||
extest.i686 \
|
extest.i686 \
|
||||||
twitter-twemoji-fonts \
|
twitter-twemoji-fonts \
|
||||||
google-noto-sans-cjk-fonts \
|
google-noto-sans-cjk-fonts \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user