Skip to content

Commit

Permalink
fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Jul 17, 2024
1 parent 868b22f commit 2222ef6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ ENV PREFIX=/usr/local
RUN apt-get update && apt-get install -y openjdk-11-jdk-headless wget git gcc unzip

WORKDIR /build
COPY ocr-fileformat ocr-fileformat/
COPY .git .git/
COPY repo/ocr-fileformat repo/ocr-fileformat/
COPY ocrd-fileformat-transform .
COPY ocrd-tool.json .
COPY Makefile .
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ help:

# Install python packages
deps:
$(PIP) install 'ocrd >= 2.58.1' # needed for ocrd CLI (and bashlib)
$(PIP) install 'ocrd >= 2.67.0' # needed for ocrd CLI (and bashlib)

install-fileformat:
make -C repo/ocr-fileformat PREFIX=$(PREFIX) vendor install
Expand Down

0 comments on commit 2222ef6

Please sign in to comment.