mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-07 19:05:13 +02:00
Dockerfile: build ocrd-all-tool.json
This commit is contained in:
parent
e01071d936
commit
ba45129abf
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ ENV XDG_CONFIG_HOME /usr/local/share/ocrd-resources
|
||||||
|
|
||||||
WORKDIR /build/dinglehopper
|
WORKDIR /build/dinglehopper
|
||||||
COPY . .
|
COPY . .
|
||||||
|
COPY ocrd-tool.json .
|
||||||
|
# prepackage ocrd-tool.json as ocrd-all-tool.json
|
||||||
|
RUN ocrd ocrd-tool ocrd-tool.json dump-tools > $(dirname $(ocrd bashlib filename))/ocrd-all-tool.json
|
||||||
RUN make install && rm -rf /build/dinglehopper
|
RUN make install && rm -rf /build/dinglehopper
|
||||||
|
|
||||||
WORKDIR /data
|
WORKDIR /data
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue