use direct sourceforge link over mirror

This commit is contained in:
sparklyballs 2017-03-18 00:46:55 +00:00
parent 90314f7e91
commit 1fb6e13b68

View File

@ -36,7 +36,7 @@ RUN \
/tmp/ddclient && \
curl -o \
/tmp/ddclient.tar.bz2 -L \
"http://vorboss.dl.sourceforge.net/project/ddclient/ddclient/ddclient-${DDCLIENT_VER}/ddclient-${DDCLIENT_VER}.tar.bz2" && \
"https://sourceforge.net/projects/ddclient/files/ddclient/ddclient-${DDCLIENT_VER}/ddclient-${DDCLIENT_VER}.tar.bz2/download" && \
tar xf \
/tmp/ddclient.tar.bz2 -C \
/tmp/ddclient --strip-components=1 && \