1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00: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

@ -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 \