There was an error while loading. Please reload this page.
1 parent aaa026b commit fb8614bCopy full SHA for fb8614b
1 file changed
ci/Dockerfile
@@ -40,7 +40,7 @@ WORKDIR /tmp
40
41
ENV OPENMPI_VERSION="4.1" OPENMPI_MINOR_VERSION="2"
42
# Install doxygen
43
-RUN wget https://www.doxygen.nl/files/doxygen-1.9.7.linux.bin.tar.gz && \
+RUN wget https://github.com/doxygen/doxygen/releases/download/Release_1_9_7/doxygen-1.9.7.linux.bin.tar.gz && \
44
tar -xzvf doxygen-1.9.7.linux.bin.tar.gz && \
45
mv doxygen-1.9.7/bin/doxygen /bin/ && \
46
chmod +x /bin/doxygen && \
0 commit comments