Skip to content

Commit d324f62

Browse files
authored
fix: Correct missing extest library
1 parent 590982a commit d324f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ RUN rpm-ostree install \
9797
libxcrypt-compat \
9898
mesa-libGLU \
9999
vulkan-tools \
100+
extest.i686 \
100101
twitter-twemoji-fonts \
101102
lato-fonts \
102103
fira-code-fonts && \
@@ -236,7 +237,6 @@ RUN if grep -qv "nvidia" <<< "${IMAGE_NAME}"; then \
236237
libdbusmenu-gtk3.i686 \
237238
libatomic.i686 \
238239
pipewire-alsa.i686 \
239-
extest.i686 \
240240
clinfo && \
241241
sed -i '0,/enabled=0/s//enabled=1/' /etc/yum.repos.d/rpmfusion-nonfree-steam.repo && \
242242
sed -i '0,/enabled=1/s//enabled=0/' /etc/yum.repos.d/rpmfusion-nonfree.repo && \

0 commit comments

Comments
 (0)