Skip to content

Commit

Permalink
Merge pull request #53 from UB-Mannheim/python
Browse files Browse the repository at this point in the history
Add python to Dockerfile for hocr-spec
  • Loading branch information
zuphilip authored Feb 27, 2017
2 parents 77da2f4 + 32e4fe0 commit 2e9a4b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MAINTAINER Konstantin Baierer <konstantin.baierer@gmail.com>
EXPOSE 8080
ADD . /ocr-fileformat
WORKDIR /ocr-fileformat
RUN apk add --no-cache openjdk8-jre php7 php7-json py-lxml git make ca-certificates wget bash \
RUN apk add --no-cache openjdk8-jre php7 php7-json python py-lxml git make ca-certificates wget bash \
&& update-ca-certificates \
&& make install \
&& cp docker.config.php web/config.local.php \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,3 +211,4 @@ During the installation process several projects are included (in [`./vendor`](.
* [xsd-validator](https://github.com/kba/xsd-validator) by Adrian Mouat [@amouat](https://github.com/amouat), `Apache 2.0`
* ABBYY FineReader XSD, `?`
* [hOCR-to-ALTO](https://github.com/kba/hOCR-to-ALTO) by Filip Kriz [@filak](https://github.com/filak), [`CC BY-SA 4.0`](https://creativecommons.org/licenses/by-sa/4.0/legalcode)
* [hocr-spec](https://github.com/kba/hocr-spec-python) by Konstantin Baierer [@kba](https://github.com/kba), [`MIT`](https://github.com/kba/hocr-spec-python/blob/master/LICENSE)

0 comments on commit 2e9a4b1

Please sign in to comment.