From d1f855f0925f1ed6954676d08af72a0fd4fcbdd7 Mon Sep 17 00:00:00 2001 From: Nikolay Volosatov Date: Fri, 28 Aug 2015 12:14:03 +0300 Subject: [PATCH] Add libgomp1 to tesseract Dockerfile --- tesseract/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/tesseract/Dockerfile b/tesseract/Dockerfile index a1d3bcf..c38686d 100644 --- a/tesseract/Dockerfile +++ b/tesseract/Dockerfile @@ -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 \