From f593bbb3889c55f242d027b3e220d429238e6754 Mon Sep 17 00:00:00 2001 From: Edgar Date: Tue, 23 Oct 2018 10:00:13 +0200 Subject: [PATCH] :sparkles: Added doxygen --- Dockerfile | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 35b835a6..2359dcf8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,6 +43,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \ bzr \ cmake \ curl \ + doxygen \ elixir \ emacs25-nox \ esl-erlang \ diff --git a/README.md b/README.md index f25602d2..fcbb15ff 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ The specific patch versions included will depend on when the image was last buil * [ImageMagick](https://www.imagemagick.org) - 6.7.7 * [GNU Make](https://www.gnu.org/software/make/) - 3.81 * OptiPNG - 0.6.4 +* [Doxygen](http://www.doxygen.org) - 1.8.6 ## Running Locally