troff: dockerfile

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-02-15 10:10:35 -05:00
parent 04942dcaf6
commit fbae3c30a7
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
2 changed files with 7 additions and 1 deletions

View File

@ -2,7 +2,6 @@ FROM alpine:latest
LABEL maintainer "Jessie Frazelle <jess@linux.com>" LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk --no-cache add \ RUN apk --no-cache add \
--repository https://dl-3.alpinelinux.org/alpine/edge/main/ \
ghostscript ghostscript
ENTRYPOINT ["gs"] ENTRYPOINT ["gs"]

7
troff/Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM alpine:latest
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk --no-cache add \
heirloom-doctools
ENTRYPOINT ["troff"]