mirror of https://github.com/MISP/misp-modules
fix: Fixed tesseract python library issues
- Avoiding 'tesseract is not installed or it's not in your path' issuespull/342/head
parent
93bc178717
commit
cf73151ebc
|
@ -14,7 +14,7 @@ before_install:
|
||||||
- docker build -t misp-modules --build-arg BUILD_DATE=$(date -u +"%Y-%m-%d") docker/
|
- docker build -t misp-modules --build-arg BUILD_DATE=$(date -u +"%Y-%m-%d") docker/
|
||||||
|
|
||||||
install:
|
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
|
- pip install pipenv
|
||||||
- pipenv install --dev
|
- pipenv install --dev
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue