File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ RUN if [ "${HOSTTYPE}" = "x86_64" ]; then \
5656# Install Doxygen (x86 only)
5757# NOTE: Pre-built Doxygen binaries are only available for x86_64 host.
5858RUN if [ "${HOSTTYPE}" = "x86_64" ]; then \
59- wget ${WGET_ARGS} https://downloads.sourceforge.net/project /doxygen/rel- ${DOXYGEN_VERSION}/doxygen-${DOXYGEN_VERSION}.linux.bin.tar.gz && \
59+ wget ${WGET_ARGS} " https://github.com/doxygen /doxygen/releases/download/Release_ ${DOXYGEN_VERSION//./_ }/doxygen-${DOXYGEN_VERSION}.linux.bin.tar.gz" && \
6060 tar xf doxygen-${DOXYGEN_VERSION}.linux.bin.tar.gz -C /opt && \
6161 ln -s /opt/doxygen-${DOXYGEN_VERSION}/bin/doxygen /usr/local/bin && \
6262 rm doxygen-${DOXYGEN_VERSION}.linux.bin.tar.gz \
You can’t perform that action at this time.
0 commit comments