Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
anneferger authored Dec 22, 2023
1 parent 12bd386 commit e7f71f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN apt-get install -y --no-install-recommends fonts-dejavu \
&& apt-get clean

# install lilypond-converter dependencies
ADD https://github.com/Edirom/lilypond-converter/blob/main/required.sh /tmp/required-lilypond-converter.sh
ADD https://github.com/Edirom/lilypond-converter/raw/main/required.sh /tmp/required-lilypond-converter.sh
RUN chmod a+x /tmp/required-lilypond-converter.sh \
&& /tmp/required-lilypond-converter.sh --batch

Expand Down

0 comments on commit e7f71f4

Please sign in to comment.