diff --git a/Dockerfile b/Dockerfile index 97947adf4501443a7cfedb4a83963f1f1519668c..7f85be0d0f17b64dcfb272435d824b312ce67be0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ RUN apt-get update && \ apt-get install -y wget unzip tar xz-utils bzip2 gzip coreutils && \ apt-get install -y curl sed grep graphviz libjpeg-dev zlib1g-dev && \ apt-get install -y python-numpy python-matplotlib gcc g++ gfortran && \ - apt-get install -y automake locales clang-format-3.8 swig && \ + apt-get install -y automake locales clang-format-3.8 swig doxygen&& \ apt-get clean -y # git credential to skip password typing