From 4707bc4a15661c0b9853050708faf2da54f05a0d Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Tue, 9 Apr 2024 09:35:59 -0700 Subject: [PATCH] feat: Add support for midi in Lutris fix: Add missing sqlite package for duperemove, fixes #959 --- Containerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Containerfile b/Containerfile index b4cfe4c7..33f515fa 100644 --- a/Containerfile +++ b/Containerfile @@ -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 \