Skip to content

Commit

Permalink
Merge pull request #20 from arjunyel/patch-1
Browse files Browse the repository at this point in the history
Upgrade JDK version
  • Loading branch information
dameikle authored Aug 4, 2019
2 parents 4ffa473 + cc42042 commit 9aca147
Showing 1 changed file with 1 addition 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 @@ ENV TIKA_VERSION 1.22
ENV TIKA_SERVER_URL https://www.apache.org/dist/tika/tika-server-$TIKA_VERSION.jar

RUN apt-get update \
&& apt-get install gnupg openjdk-8-jre-headless curl gdal-bin tesseract-ocr \
&& apt-get install gnupg openjdk-11-jre-headless curl gdal-bin tesseract-ocr \
tesseract-ocr-eng tesseract-ocr-ita tesseract-ocr-fra tesseract-ocr-spa tesseract-ocr-deu -y \
&& curl -sSL https://people.apache.org/keys/group/tika.asc -o /tmp/tika.asc \
&& gpg --import /tmp/tika.asc \
Expand Down

0 comments on commit 9aca147

Please sign in to comment.