This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ... | |
| RUN apt update && apt-get install -y libleptonica-dev | |
| RUN ls -la /usr/lib/x86_64-linux-gnu/ | |
| WORKDIR /app | |
| RUN mkdir tmp | |
| RUN apt-get install -y automake libtool pkg-config | |
| RUN wget -q https://github.com/tesseract-ocr/tesseract/archive/5.2.0.tar.gz \ | |
| && tar -zxvf 5.2.0.tar.gz -C /app/tmp \ |
OlderNewer