Skip to content

Commit

Permalink
install workflow-configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky committed Dec 15, 2023
1 parent 36fe568 commit d2aaed6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,8 @@ VOLUME /workflows
ENV PREFIX=/usr
ENV VIRTUAL_ENV $PREFIX
ENV HOME /

# install workflow-configuration (for ocrd-make and METS/PAGE XSLT)
RUN git -C /tmp clone https://github.com/bertsky/workflow-configuration.git && \
make -C /tmp/workflow-configuration deps-ubuntu install && \
rm -fr /tmp/workflow-configuration

0 comments on commit d2aaed6

Please sign in to comment.