diff --git a/ocr-service-image-v1/src/main/docker/Dockerfile b/ocr-service-image-v1/src/main/docker/Dockerfile index 8ba2314..d7da6e4 100644 --- a/ocr-service-image-v1/src/main/docker/Dockerfile +++ b/ocr-service-image-v1/src/main/docker/Dockerfile @@ -6,7 +6,7 @@ RUN mkdir /OCRModule RUN mv Lib/* /OCRModule/ RUN apt-get -y update -RUN apt-get -y install ghostscript icc-profiles-free libxml2 pngquant qpdf zlib1g unpaper +RUN apt-get -y install icc-profiles-free pngquant unpaper ARG PLATFORM_JAR