From 0c8ae6601b01284cba861f1620bf0fe0eea46790 Mon Sep 17 00:00:00 2001 From: Anne Ferger Date: Fri, 22 Dec 2023 13:54:51 +0100 Subject: [PATCH] Update lilypond-converter installation --- Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 72e55d2..d472380 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,11 +49,11 @@ RUN apt-get install -y --no-install-recommends fonts-dejavu \ && rm -rf /var/cache/apt \ && apt-get clean -# installs lilypond into /usr/local/lilypond and /usr/local/bin as shortcut -ADD https://lilypond.org/download/binaries/linux-64/lilypond-2.20.0-1.linux-64.sh /tmp/lilypond.sh -RUN chmod a+x /tmp/lilypond.sh \ - && /tmp/lilypond.sh --batch - +# install lilypond-converter dependencies +ADD https://github.com/Edirom/lilypond-converter/blob/main/required.sh /tmp/required-lilypond-converter.sh +RUN chmod a+x /tmp/required-lilypond-converter.sh \ + && /tmp/required-lilypond-converter.sh --batch + # clone and run RUN git clone --depth 1 -b master https://github.com/rism-digital/verovio /tmp/verovio \ && cd /tmp/verovio/tools \