diff --git a/Dockerfile b/Dockerfile index 57ac84d..8ed3054 100644 --- a/Dockerfile +++ b/Dockerfile @@ -79,6 +79,8 @@ RUN apk add --no-cache \ ruby-ffi \ ruby-mathematical \ ruby-rake \ + texlive \ + texmf-dist-latexextra \ ttf-liberation \ ttf-dejavu \ tzdata \ @@ -86,6 +88,9 @@ RUN apk add --no-cache \ which \ font-noto-cjk +RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing \ + pdf2svg + ARG asciidoctor_confluence_version=0.0.2 ARG asciidoctor_diagram_version=2.3.1 ARG asciidoctor_epub3_version=2.1.3