Skip to content

Commit

Permalink
docker: install ocrd-all-*.json into ocrd dist
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky authored Jul 4, 2024
1 parent 1f065ad commit 60c7f7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ RUN set -ex && \
make $PARALLEL all && \
# preinstall ocrd-all-tool.json and ocrd-all-module-dir.json
make ocrd-all-tool.json ocrd-all-module-dir.json && \
cp ocrd-all-tool.json ocrd-all-module-dir.json core/src/ocrd && \
# remove unneeded automatic deps and clear pkg cache
apt-get -y remove automake autoconf libtool pkg-config g++ && \
apt-get -y clean && \
Expand Down

0 comments on commit 60c7f7a

Please sign in to comment.