Skip to content

Commit

Permalink
Use latest alpine ruby image as base to stay up-to-date.
Browse files Browse the repository at this point in the history
  • Loading branch information
janpapenbrock authored Jul 29, 2016
1 parent ff72b22 commit d51f30a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM ruby:2.2-alpine
FROM ruby:alpine

RUN gem install asciidoctor-pdf --pre
RUN gem install coderay

ENTRYPOINT ["asciidoctor-pdf"]
CMD ["-v"]

0 comments on commit d51f30a

Please sign in to comment.