feat: Add support for midi in Lutris

fix: Add missing sqlite package for duperemove, fixes #959
This commit is contained in:
Kyle Gospodnetich 2024-04-09 09:35:59 -07:00
parent aa648f57c0
commit 4707bc4a15

View File

@ -271,6 +271,7 @@ RUN rpm-ostree install \
python3-pip \
libadwaita \
duperemove \
sqlite \
xwininfo \
xrandr \
compsize \
@ -388,6 +389,9 @@ RUN rpm-ostree install \
sed -i '0,/enabled=0/s//enabled=1/' /etc/yum.repos.d/fedora-updates.repo && \
rpm-ostree install \
lutris \
fluidsynth \
fluid-soundfont-gm \
qsynth \
wxGTK \
libFAudio \
wine-core.x86_64 \