From 630291cb3e0ffa1aaf155a286c536f9302fcee28 Mon Sep 17 00:00:00 2001 From: Stefan H Date: Thu, 22 Oct 2020 06:44:37 +0200 Subject: [PATCH] Added lilypond support --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e758f19..8a1b373 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,10 @@ FROM webdevops/php-apache:7.4 # want rsvg support too RUN apt-get update -RUN apt-get install -y librsvg2-bin +RUN apt-get install -y librsvg2-bin + +# and lilypond to render notes/songs +RUN apt-get install -y lilypond # enable postfix to be able to send mails RUN /opt/docker/bin/usr-bin/docker-service-enable postfix