mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
troff: dockerfile
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
04942dcaf6
commit
fbae3c30a7
|
@ -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
7
troff/Dockerfile
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
FROM alpine:latest
|
||||||
|
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
||||||
|
|
||||||
|
RUN apk --no-cache add \
|
||||||
|
heirloom-doctools
|
||||||
|
|
||||||
|
ENTRYPOINT ["troff"]
|
Loading…
Reference in New Issue
Block a user