File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ before_install:
3131- travis_retry bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh);
3232- if $INSTALL_DEB_DEPENDECIES; then
3333 travis_retry sudo apt-get -y update &&
34- travis_retry sudo apt-get install -y -qq fsl afni elastix fsl-atlases dcm2niix ;
34+ travis_retry sudo apt-get install -y -qq fsl afni elastix fsl-atlases;
3535 fi;
3636- if $INSTALL_DEB_DEPENDECIES; then
3737 source /etc/fsl/fsl.sh;
Original file line number Diff line number Diff line change @@ -69,10 +69,10 @@ function generate_base_dockerfile() {
6969 --label maintainer=" The nipype developers https://github.com/nipy/nipype" \
7070 --spm version=12 matlab_version=R2017a \
7171 --afni version=latest install_python2=true \
72- --freesurfer version=6.0.0 min=true \
72+ --freesurfer version=6.0.0 min=true --dcm2niix version=v1.0.20171215 \
7373 --run ' echo "cHJpbnRmICJrcnp5c3p0b2YuZ29yZ29sZXdza2lAZ21haWwuY29tXG41MTcyXG4gKkN2dW12RVYzelRmZ1xuRlM1Si8yYzFhZ2c0RVxuIiA+IC9vcHQvZnJlZXN1cmZlci9saWNlbnNlLnR4dAo=" | base64 -d | sh' \
7474 --install ants apt-utils bzip2 convert3d file fsl-core fsl-mni152-templates \
75- fusefat g++ git graphviz make ruby unzip xvfb \
75+ fusefat g++ git graphviz make ruby unzip xvfb git-annex-standalone \
7676 --add-to-entrypoint " source /etc/fsl/fsl.sh" \
7777 --env ANTSPATH=' /usr/lib/ants' PATH=' /usr/lib/ants:$PATH' \
7878 --run " gem install fakes3" \
You can’t perform that action at this time.
0 commit comments