Skip to content

Commit

Permalink
Install doxygen 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
janette committed Aug 13, 2022
1 parent 08c4cfd commit f78e8c9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@ RUN \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

# Install doxygen
ENV PATH /usr/local/bin:$PATH
RUN wget https://github.com/doxygen/doxygen/archive/refs/tags/Release_1_8_19.tar.gz && \
tar xzvf Release_1_8_19.tar.gz && \
cd doxygen-Release_1_8_19 && \
ENV PATH /usr/local/bin:$PATHhttps
RUN wget ://github.com/doxygen/doxygen/archive/refs/tags/Release_1_9_4.tar.gz && \
tar xzvf Release_1_9_4.tar.gz && \
cd doxygen-Release_1_9_4 && \
mkdir build && \
cd build && \
cmake -G "Unix Makefiles" .. && \
make && \
make install && \
cd ../../ && \
rm -rf doxygen-Release_1_8_19
rm -rf doxygen-Release_1_9_4

# Install Composer
RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" &&\
Expand Down

0 comments on commit f78e8c9

Please sign in to comment.