Skip to content

Commit 8dbbcc1

Browse files
committed
add install doxygen
1 parent 4aabe59 commit 8dbbcc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN apt-get update && \
2727
apt-get install -y wget unzip tar xz-utils bzip2 gzip coreutils && \
2828
apt-get install -y curl sed grep graphviz libjpeg-dev zlib1g-dev && \
2929
apt-get install -y python-numpy python-matplotlib gcc g++ gfortran && \
30-
apt-get install -y automake locales clang-format-3.8 swig && \
30+
apt-get install -y automake locales clang-format-3.8 swig doxygen&& \
3131
apt-get clean -y
3232

3333
# git credential to skip password typing

0 commit comments

Comments
 (0)