Skip to content

Commit

Permalink
ci: fix failing test due to missing tesseract-osd
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrose committed Mar 14, 2024
1 parent 92b9981 commit e7afc31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/runtimes/alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ RUN apk add \
git \
musl-dev \
go \
tesseract-ocr-dev
tesseract-ocr-dev \
tesseract-osd
RUN apk add tesseract-ocr-data-eng

ENV GOPATH=/root/go
Expand Down

0 comments on commit e7afc31

Please sign in to comment.