Skip to content

Commit

Permalink
docker build depends on subrepos, too
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky authored Feb 14, 2024
1 parent bf29777 commit 91a37ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ deps-test:
$(PIP) install -r requirements_test.txt

# Build docker image
docker:
docker: repo/tesseract repo/tesserocr
docker build \
--build-arg VCS_REF=$$(git rev-parse --short HEAD) \
--build-arg BUILD_DATE=$$(date -u +"%Y-%m-%dT%H:%M:%SZ") \
Expand Down

0 comments on commit 91a37ce

Please sign in to comment.