From 085dff96cfbc83df6d52d86f5cbb918970d40d6f Mon Sep 17 00:00:00 2001 From: oesteban Date: Tue, 26 Sep 2017 11:09:26 -0700 Subject: [PATCH] [ENH] Update C3D version in nipype/base docker image Since sourceforge is having some hiccups and we were using the outdated 1.0.0 version, this PR updates it to 1.1.0 and pulls it down from OSF, which seems more reliable. --- docker/base.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/base.Dockerfile b/docker/base.Dockerfile index 5b39951f64..25fbb36401 100644 --- a/docker/base.Dockerfile +++ b/docker/base.Dockerfile @@ -109,7 +109,7 @@ ENV PATH=/usr/lib/fsl/5.0:/usr/lib/afni/bin:$ANTSPATH:$PATH # Installing and setting up c3d RUN mkdir -p /opt/c3d && \ - curl -sSL "http://downloads.sourceforge.net/project/c3d/c3d/1.0.0/c3d-1.0.0-Linux-x86_64.tar.gz" \ + curl -sSL "https://files.osf.io/v1/resources/nefdp/providers/osfstorage/59ca96a9b83f69025d6b8985?action=download&version=1&direct" \ | tar -xzC /opt/c3d --strip-components 1 ENV C3DPATH=/opt/c3d/