1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-02-09 13:46:55 +02:00

Merge pull request #5 from BamX/master

Add libgomp1 to tesseract Dockerfile
This commit is contained in:
Kev++ 2015-08-28 17:21:48 +08:00
commit bc8ef69ee7

View File

@ -11,6 +11,7 @@ RUN apt-get update \
git \
liblept4 \
libleptonica-dev \
libgomp1 \
libtool \
&& git clone https://github.com/tesseract-ocr/tesseract.git \
&& cd tesseract \