1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-28 09:08:36 +02:00

update tesseract

This commit is contained in:
kev 2016-05-17 10:42:00 +08:00
parent 0478313563
commit 16548d795f

View File

@ -5,7 +5,8 @@
FROM debian:jessie
MAINTAINER kev <noreply@easypi.info>
RUN apt-get update \
RUN set -xe \
&& apt-get update \
&& apt-get install -y autoconf \
build-essential \
git \