fix: Fixed tesseract python library issues

- Avoiding 'tesseract is not installed or it's not in your path' issues
pull/342/head
Christian Studer 2019-10-17 16:58:27 +02:00 committed by GitHub
parent 93bc178717
commit cf73151ebc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ before_install:
- docker build -t misp-modules --build-arg BUILD_DATE=$(date -u +"%Y-%m-%d") docker/
install:
- sudo apt-get install libzbar0 libzbar-dev libpoppler-cpp-dev
- sudo apt-get install libzbar0 libzbar-dev libpoppler-cpp-dev tesseract-ocr
- pip install pipenv
- pipenv install --dev