Skip to content

Commit

Permalink
troff: dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Feb 15, 2018
1 parent 04942dc commit fbae3c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion ghostscript/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ FROM alpine:latest
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apk --no-cache add \
--repository https://dl-3.alpinelinux.org/alpine/edge/main/ \
ghostscript

ENTRYPOINT ["gs"]
7 changes: 7 additions & 0 deletions troff/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM alpine:latest
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apk --no-cache add \
heirloom-doctools

ENTRYPOINT ["troff"]

0 comments on commit fbae3c3

Please sign in to comment.