mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-27 03:35:15 +00:00
fix: Correct missing extest library
This commit is contained in:
parent
590982a006
commit
d324f62446
@ -97,6 +97,7 @@ RUN rpm-ostree install \
|
||||
libxcrypt-compat \
|
||||
mesa-libGLU \
|
||||
vulkan-tools \
|
||||
extest.i686 \
|
||||
twitter-twemoji-fonts \
|
||||
lato-fonts \
|
||||
fira-code-fonts && \
|
||||
@ -236,7 +237,6 @@ RUN if grep -qv "nvidia" <<< "${IMAGE_NAME}"; then \
|
||||
libdbusmenu-gtk3.i686 \
|
||||
libatomic.i686 \
|
||||
pipewire-alsa.i686 \
|
||||
extest.i686 \
|
||||
clinfo && \
|
||||
sed -i '0,/enabled=0/s//enabled=1/' /etc/yum.repos.d/rpmfusion-nonfree-steam.repo && \
|
||||
sed -i '0,/enabled=1/s//enabled=0/' /etc/yum.repos.d/rpmfusion-nonfree.repo && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user