diff --git a/Dockerfile b/Dockerfile index e9c2fa1..08b10ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -91,12 +91,12 @@ RUN apt-get install --no-install-recommends --yes \ && pip install natsort -RUN rm -r /var/lib/apt/lists/* - - ## Install Pipeline ## COPY hocrtotei ocr /usr/local/bin/ +RUN rm -r /var/lib/apt/lists/* + + ENTRYPOINT ["ocr"] CMD ["--help"]