diff --git a/Dockerfile b/Dockerfile index 911c1ad4..8286658a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -66,6 +66,7 @@ RUN apk add --no-cache \ findutils \ font-bakoma-ttf \ git \ + gnuplot \ graphviz \ inotify-tools \ make \ diff --git a/tests/fixtures/sample-with-diagram.adoc b/tests/fixtures/sample-with-diagram.adoc index 7c42fa14..cca7b2eb 100644 --- a/tests/fixtures/sample-with-diagram.adoc +++ b/tests/fixtures/sample-with-diagram.adoc @@ -221,3 +221,11 @@ drive 1--* play_player play 1--* play_player player 1--* play_player ---- + +=== Gnuplot +http://www.gnuplot.info/ + +[gnuplot] +.... +plot sin(x) +....