1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 16:28:40 +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 \
build-essential \
git \
leptonica \
leptonica-dev \
liblept4 \
libleptonica-dev \
libtool \
&& git clone https://github.com/tesseract-ocr/tesseract.git \
&& cd tesseract \
@ -22,7 +22,7 @@ RUN apt-get update \
&& apt-get purge --auto-remove -y autoconf \
build-essential \
git \
leptonica-dev \
libleptonica-dev \
libtool
ENTRYPOINT ["tesseract"]