Skip to content

Commit

Permalink
update to ubuntu 16.04
Browse files Browse the repository at this point in the history
  • Loading branch information
jdmule authored May 31, 2017
1 parent af1d539 commit 6650667
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#
# Stand-alone tesseract-ocr web service in python.
#
# Version: 0.0.3
# Developed by Mark Peng (markpeng.ntu at gmail)
# Version: 0.0.5
# Developed by Mark Peng (markpeng.ntu at gmail), Jordan Dukadinov (jdukadinov at gmail)
#

FROM ubuntu:12.04
FROM ubuntu:16.04

MAINTAINER guitarmind
MAINTAINER guitarmind, dan40

RUN apt-get update && apt-get install -y \
autoconf \
Expand Down Expand Up @@ -44,6 +44,7 @@ RUN cd ~/temp/ \
&& git checkout tags/4.00.00alpha \
&& ./autogen.sh \
&& mkdir ~/local \
&& autoreconf -ivf \
&& ./configure --prefix=$HOME/local/ \
&& make \
&& make install \
Expand Down

0 comments on commit 6650667

Please sign in to comment.