Skip to content

Commit

Permalink
revert to lilypond 2.22.1 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
davekobrenski committed Mar 22, 2023
1 parent a4e7b44 commit 6c8bc6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/renderer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ RUN adduser --disabled-password --gecos '' r && \
cd ~r/.lyp && \
patch -p0 < /tmp/no_lyp_check_update.patch && \
rm /tmp/no_lyp_check_update.patch && \
su r -c "source ~/.profile; lyp install lilypond@2.23.6 lys;" && \
rm /home/r/.lyp/lilyponds/2.23.6/etc/relocate/gs.reloc && \
rm /home/r/.lyp/lilyponds/2.23.6/bin/gs && \
su r -c "source ~/.profile; lyp install lilypond@2.22.1 lys;" && \
rm /home/r/.lyp/lilyponds/2.22.1/etc/relocate/gs.reloc && \
rm /home/r/.lyp/lilyponds/2.22.1/bin/gs && \
chown r -R /tmp/* && \
chown nobody -R /home/r/.lyp/*
RUN apt-get remove -y curl patch && apt-get autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 6c8bc6f

Please sign in to comment.