mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 21:33:02 +01:00
update
This commit is contained in:
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user