1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 18:51:24 +00:00
This commit is contained in:
kev 2015-07-16 20:06:17 +08:00
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"]