We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aabe59 commit 8dbbcc1Copy full SHA for 8dbbcc1
Dockerfile
@@ -27,7 +27,7 @@ RUN apt-get update && \
27
apt-get install -y wget unzip tar xz-utils bzip2 gzip coreutils && \
28
apt-get install -y curl sed grep graphviz libjpeg-dev zlib1g-dev && \
29
apt-get install -y python-numpy python-matplotlib gcc g++ gfortran && \
30
- apt-get install -y automake locales clang-format-3.8 swig && \
+ apt-get install -y automake locales clang-format-3.8 swig doxygen&& \
31
apt-get clean -y
32
33
# git credential to skip password typing
0 commit comments