Skip to content

Commit 085dff9

Browse files
committed
[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.
1 parent 9b857fa commit 085dff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/base.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ ENV PATH=/usr/lib/fsl/5.0:/usr/lib/afni/bin:$ANTSPATH:$PATH
109109

110110
# Installing and setting up c3d
111111
RUN mkdir -p /opt/c3d && \
112-
curl -sSL "http://downloads.sourceforge.net/project/c3d/c3d/1.0.0/c3d-1.0.0-Linux-x86_64.tar.gz" \
112+
curl -sSL "https://files.osf.io/v1/resources/nefdp/providers/osfstorage/59ca96a9b83f69025d6b8985?action=download&version=1&direct" \
113113
| tar -xzC /opt/c3d --strip-components 1
114114

115115
ENV C3DPATH=/opt/c3d/

0 commit comments

Comments
 (0)