diff --git a/ocr-service-image-v1/src/main/docker/Dockerfile b/ocr-service-image-v1/src/main/docker/Dockerfile index 94a7c7c..2e1dfb7 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 python3-distutils python3-pkg-resources python3-reportlab qpdf tesseract-ocr zlib1g unpaper ocrmypdf +RUN apt-get -y install tesseract-ocr ARG PLATFORM_JAR