2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 21:33:02 +01: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

View File

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