diff --git a/Dockerfile b/Dockerfile index 49dcc2ad969959161448d180d7ba50e1022f9256..84f78ac5dd87f8347f8ca4433beed7fcf7e4bb19 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