diff --git a/Dockerfile b/Dockerfile index 608554e..6c613b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,11 @@ FROM pandoc/latex:2.14.1 +LABEL maintainer="David Lougheed " \ + org.opencontainers.image.title="reformed" \ + org.opencontainers.image.description="A document format conversion service based on Pandoc." \ + org.opencontainers.image.authors="David Lougheed " \ + org.opencontainers.image.licenses="GPLv3" + ENV PYTHONUNBUFFERED 1 RUN apk add --update --no-cache python3 && \