From a79d6807cf353b6b76b6509fbc554700f85a2443 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Fri, 2 Mar 2018 15:24:28 -0800 Subject: [PATCH] Dockerfiles: remove deprecated MAINTAINER tag --- Dockerfile | 3 +-- Dockerfile.tess4 | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index e95bf6a3..c59da1e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,6 @@ # OCRmyPDF # FROM ubuntu:17.10 -MAINTAINER James R. Barlow RUN apt-get update && apt-get install -y --no-install-recommends \ software-properties-common python-software-properties \ @@ -52,4 +51,4 @@ WORKDIR /home/docker # Must use array form of ENTRYPOINT # Non-array form does not append other arguments, because that is "intuitive" -ENTRYPOINT ["/application/docker-wrapper.sh"] +ENTRYPOINT ["/application/.docker/docker-wrapper.sh"] diff --git a/Dockerfile.tess4 b/Dockerfile.tess4 index 35d393fb..5980d699 100644 --- a/Dockerfile.tess4 +++ b/Dockerfile.tess4 @@ -1,7 +1,6 @@ # OCRmyPDF # FROM ubuntu:17.10 -MAINTAINER James R. Barlow RUN apt-get update && apt-get install -y --no-install-recommends \ software-properties-common python-software-properties \