mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-30 23:58:08 +02:00
8 lines
138 B
Docker
8 lines
138 B
Docker
|
FROM alpine:latest
|
||
|
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
||
|
|
||
|
RUN apk --no-cache add \
|
||
|
heirloom-doctools
|
||
|
|
||
|
ENTRYPOINT ["troff"]
|