Dockerfiles: remove deprecated MAINTAINER tag

This commit is contained in:
James R. Barlow
2018-03-02 15:24:28 -08:00
parent 8185fb7e43
commit a79d6807cf
2 changed files with 1 additions and 3 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
# OCRmyPDF
#
FROM ubuntu:17.10
MAINTAINER James R. Barlow <jim@purplerock.ca>
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"]
-1
View File
@@ -1,7 +1,6 @@
# OCRmyPDF
#
FROM ubuntu:17.10
MAINTAINER James R. Barlow <jim@purplerock.ca>
RUN apt-get update && apt-get install -y --no-install-recommends \
software-properties-common python-software-properties \