chore: Temporarily fix SDL2 dependency issue

This commit is contained in:
Kyle Gospodnetich 2024-08-18 19:48:11 -07:00
parent e25ecac92f
commit 68a352de26

View File

@ -159,6 +159,9 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
--from repo=updates \
libv4l \
|| true && \
rpm-ostree install \
https://kojipkgs.fedoraproject.org//packages/SDL2/2.30.3/1.fc40/i686/SDL2-2.30.3-1.fc40.i686.rpm \
|| true && \
rpm-ostree override remove \
glibc32 \
|| true && \