Skip to content

Commit

Permalink
Add MSM.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Dec 2, 2023
1 parent 0812cbc commit 4711628
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,10 @@ RUN echo "Downloading C3D ..." \
ENV C3DPATH=/opt/c3d/bin \
PATH=/opt/c3d/bin:$PATH

# MSM HOCR (Nov 19, 2019 release)
RUN curl -L -H "Accept: application/octet-stream" https://api.github.com/repos/ecr05/MSM_HOCR/releases/assets/16253707 -o /usr/local/bin/msm \
&& chmod +x /usr/local/bin/msm

# Install SVGO
RUN npm install -g svgo

Expand Down

0 comments on commit 4711628

Please sign in to comment.