Skip to content

Commit

Permalink
force to install jdk 17
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Jun 26, 2023
1 parent 8d9c20e commit 9995b6f
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 @@ -54,7 +54,7 @@ FROM grobid/grobid:0.7.3 as runtime
ENV LANG C.UTF-8

RUN apt-get update && \
apt-get -y --no-install-recommends install git wget
apt-get -y --no-install-recommends install git wget openjdk-17-jre-headless ca-certificates-java

WORKDIR /opt/grobid

Expand Down

0 comments on commit 9995b6f

Please sign in to comment.