2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00

Add libgomp1 to tesseract Dockerfile

This commit is contained in:
Nikolay Volosatov
2015-08-28 12:14:03 +03:00
parent 5db8348348
commit d1f855f092

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 \