1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-02-03 13:21:35 +02:00
This commit is contained in:
kev 2015-07-16 23:01:57 +08:00
parent 5cf6e66001
commit c72cc1e710

View File

@ -20,7 +20,7 @@ RUN apt-get update \
&& cd .. \ && cd .. \
&& git clone https://github.com/tesseract-ocr/tessdata.git \ && git clone https://github.com/tesseract-ocr/tessdata.git \
&& cd tessdata \ && cd tessdata \
&& mv * /usr/local/lib/tessdata/ \ && mv * /usr/local/share/tessdata/ \
&& cd .. \ && cd .. \
&& apt-get purge --auto-remove -y autoconf \ && apt-get purge --auto-remove -y autoconf \
build-essential \ build-essential \