diff --git a/Dockerfile.crf b/Dockerfile.crf index 104381166d..1c255124ea 100644 --- a/Dockerfile.crf +++ b/Dockerfile.crf @@ -18,6 +18,7 @@ FROM openjdk:17-jdk-slim as builder USER root RUN apt-get update && \ + apt-get -y upgrade && \ apt-get -y --no-install-recommends install unzip WORKDIR /opt/grobid-source