Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dependencies for PlantUML and Graphviz and update Mermaid version #4

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
FROM ruby:2-alpine
FROM asciidoctor/docker-asciidoctor:1.60@sha256:0c8df5a7688303b70fb8db3bec25c19503d7232d38b61cfaef0c943e1722c018

RUN gem install asciidoctor asciidoctor-pdf asciidoctor-diagram rouge

RUN apk add --no-cache \
RUN apk add \
chromium \
nss \
freetype \
Expand All @@ -12,6 +10,8 @@ RUN apk add --no-cache \
ttf-freefont \
nodejs \
npm \
openjdk11 \
graphviz \
bash

RUN mkdir /mermaid
Expand Down
Loading