Added lilypond support

This commit is contained in:
Stefan H. 2020-10-22 06:44:37 +02:00 committed by GitHub
parent 518d80c003
commit 630291cb3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,9 @@ FROM webdevops/php-apache:7.4
RUN apt-get update 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 # enable postfix to be able to send mails
RUN /opt/docker/bin/usr-bin/docker-service-enable postfix RUN /opt/docker/bin/usr-bin/docker-service-enable postfix
RUN mkfifo /var/spool/postfix/public/pickup RUN mkfifo /var/spool/postfix/public/pickup