Skip to content

Commit

Permalink
fixed typo in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
anneferger committed Jun 19, 2024
1 parent 3316c39 commit d7b091f
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 @@ -131,7 +131,7 @@ RUN if [ "$VERSION_ODD" = "latest" ] ; then \
# && rm -r /tmp/encoding
#clone the latest version of https://github.com/music-encoding/encoding-tools/
RUN git clone --depth 1 -b main https://github.com/music-encoding/encoding-tools /tmp/encoding \
&& cd /tmp/encoding
&& cd /tmp/encoding \
&& git rev-parse HEAD > /tmp/encoding/GITHASH \
&& mkdir -p ${MEI_SOURCES_HOME}/music-stylesheets/encoding-tools \
&& cp -r /tmp/encoding/* ${MEI_SOURCES_HOME}/music-stylesheets/encoding-tools \
Expand Down

0 comments on commit d7b091f

Please sign in to comment.