fix: Correct missing extest library

This commit is contained in:
Kyle Gospodnetich 2023-11-08 00:58:55 -08:00 committed by GitHub
parent 590982a006
commit d324f62446
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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