From 104598039ec15398165c06505671f4cdbe1aa82d Mon Sep 17 00:00:00 2001 From: Patrick Jentsch Date: Wed, 24 Feb 2021 15:28:04 +0100 Subject: [PATCH] Dockerfile codestyle --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"]