Skip to content

Commit 030b564

Browse files
committed
Add Dockerfile for asciidoctor-pdf
1 parent 6ab601c commit 030b564

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

images/asciidoctor-pdf/Dockerfile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
FROM registry.redhat.io/ubi8/ruby-25
2+
MAINTAINER CodeReady Containers <devtools-cdk@redhat.com>
3+
4+
RUN gem install asciidoctor-pdf --pre
5+
6+
VOLUME /docs
7+
WORKDIR /docs
8+
9+
USER root
10+
11+
ENTRYPOINT [ "asciidoctor-pdf" ]

0 commit comments

Comments
 (0)