Skip to content

Commit

Permalink
chore: add dockerfile labels
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Aug 14, 2021
1 parent 18aaf13 commit 1b8f46b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
FROM pandoc/latex:2.14.1

LABEL maintainer="David Lougheed <[email protected]>" \
org.opencontainers.image.title="reformed" \
org.opencontainers.image.description="A document format conversion service based on Pandoc." \
org.opencontainers.image.authors="David Lougheed <[email protected]>" \
org.opencontainers.image.licenses="GPLv3"

ENV PYTHONUNBUFFERED 1

RUN apk add --update --no-cache python3 && \
Expand Down

0 comments on commit 1b8f46b

Please sign in to comment.