Skip to content

Commit 2f422f0

Browse files
authored
Merge pull request #2199 from oesteban/fix/Docker-update-c3d
[ENH] Update C3D version in nipype/base docker image
2 parents 9b857fa + 085dff9 commit 2f422f0

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)