mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-05-27 22:47:38 +02:00
fix tesseract
This commit is contained in:
parent
01ea47738e
commit
d54dd11253
@ -100,6 +100,7 @@ A collection of delicious docker recipes.
|
|||||||
- [x] red5-arm :construction:
|
- [x] red5-arm :construction:
|
||||||
- [x] rtmp-client-arm :+1:
|
- [x] rtmp-client-arm :+1:
|
||||||
- [x] rtmp-server
|
- [x] rtmp-server
|
||||||
|
- [x] tesseract
|
||||||
- [x] youtube-dl
|
- [x] youtube-dl
|
||||||
- [x] youtube-worker :beetle:
|
- [x] youtube-worker :beetle:
|
||||||
|
|
||||||
|
@ -10,9 +10,15 @@ RUN set -xe \
|
|||||||
&& apt-get install -y autoconf \
|
&& apt-get install -y autoconf \
|
||||||
build-essential \
|
build-essential \
|
||||||
git \
|
git \
|
||||||
|
libcairo2 \
|
||||||
|
libcairo2-dev \
|
||||||
|
libgomp1 \
|
||||||
|
libicu52 \
|
||||||
|
libicu-dev \
|
||||||
liblept4 \
|
liblept4 \
|
||||||
libleptonica-dev \
|
libleptonica-dev \
|
||||||
libgomp1 \
|
libpango1.0-0 \
|
||||||
|
libpango1.0-dev \
|
||||||
libtool \
|
libtool \
|
||||||
&& git clone https://github.com/tesseract-ocr/tesseract.git \
|
&& git clone https://github.com/tesseract-ocr/tesseract.git \
|
||||||
&& cd tesseract \
|
&& cd tesseract \
|
||||||
@ -27,7 +33,10 @@ RUN set -xe \
|
|||||||
&& apt-get purge --auto-remove -y autoconf \
|
&& apt-get purge --auto-remove -y autoconf \
|
||||||
build-essential \
|
build-essential \
|
||||||
git \
|
git \
|
||||||
|
libcairo2-dev \
|
||||||
|
libicu-dev \
|
||||||
libleptonica-dev \
|
libleptonica-dev \
|
||||||
|
libpango1.0-dev \
|
||||||
libtool \
|
libtool \
|
||||||
&& rm -rf tesseract tessdata /var/cache/apk/*
|
&& rm -rf tesseract tessdata /var/cache/apk/*
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user