Skip to content

Commit

Permalink
Updates to latest step tag
Browse files Browse the repository at this point in the history
This includes a fix for segfault on init problem mentioned by these two
issues:

tesseract-ocr/tesseract#1670
tesseract-ocr/tesseract#2151
  • Loading branch information
rhardih committed Jan 11, 2019
1 parent 0a2a622 commit 3bd69f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tesseract/tesseract-4.0.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ENV PATH $PATH:/android-sdk/cmake/3.6.4111459/bin

RUN sdkmanager --install ndk-bundle

ENV STEP 05
ENV STEP 06

RUN wget -O 4.0.0.tar.gz \
https://github.com/rhardih/tesseract/archive/4.0.0-rhardih-$STEP.tar.gz && \
Expand Down

0 comments on commit 3bd69f3

Please sign in to comment.