From da041e24c84a5649a3a3021d940697b97ba28c01 Mon Sep 17 00:00:00 2001 From: silson Date: Sat, 14 Sep 2024 12:38:25 +0200 Subject: [PATCH] =?UTF-8?q?FluidSynth=20ebenfalls=20eingef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 441eeec..ce41119 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ RUN apt-get install -y librsvg2-bin # and lilypond to render notes/songs RUN apt-get install -y lilypond RUN apt-get install -y ffmpeg +RUN apt-get install -y fluidsynth # enable postfix to be able to send mails RUN /opt/docker/bin/usr-bin/docker-service-enable postfix RUN mkfifo /var/spool/postfix/public/pickup