mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-05-21 22:33:23 +02:00
update
This commit is contained in:
parent
0dc44980cb
commit
6d465f109d
@ -9,8 +9,8 @@ RUN apt-get update \
|
|||||||
&& apt-get install -y autoconf \
|
&& apt-get install -y autoconf \
|
||||||
build-essential \
|
build-essential \
|
||||||
git \
|
git \
|
||||||
leptonica \
|
liblept4 \
|
||||||
leptonica-dev \
|
libleptonica-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 \
|
||||||
@ -22,7 +22,7 @@ RUN apt-get update \
|
|||||||
&& apt-get purge --auto-remove -y autoconf \
|
&& apt-get purge --auto-remove -y autoconf \
|
||||||
build-essential \
|
build-essential \
|
||||||
git \
|
git \
|
||||||
leptonica-dev \
|
libleptonica-dev \
|
||||||
libtool
|
libtool
|
||||||
|
|
||||||
ENTRYPOINT ["tesseract"]
|
ENTRYPOINT ["tesseract"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user