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 \
56
56
# Install Doxygen (x86 only)
57
57
# NOTE: Pre-built Doxygen binaries are only available for x86_64 host.
58
58
RUN 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" && \
60
60
tar xf doxygen-${DOXYGEN_VERSION}.linux.bin.tar.gz -C /opt && \
61
61
ln -s /opt/doxygen-${DOXYGEN_VERSION}/bin/doxygen /usr/local/bin && \
62
62
rm doxygen-${DOXYGEN_VERSION}.linux.bin.tar.gz \
You can’t perform that action at this time.
0 commit comments