From 6d9f643be78c4a1c692402f3f7dba07a4c765cec Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Sun, 9 Jul 2017 18:09:14 +0100 Subject: [PATCH] change shntools source --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a22c9ba..0532f5a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ RUN \ /tmp/shntool && \ curl -o \ /tmp/shntool-src-tar.gz -L \ - http://shnutils.freeshell.org/shntool/dist/src/shntool-3.0.10.tar.gz && \ + http://etree.org/shnutils/shntool/dist/src/shntool-3.0.10.tar.gz && \ tar xf /tmp/shntool-src-tar.gz -C \ /tmp/shntool --strip-components=1 && \ cd /tmp/shntool && \