File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -74,22 +74,21 @@ RUN curl -sSL http://neuro.debian.net/lists/xenial.us-ca.full >> /etc/apt/source
74
74
# Installing general Debian utilities and Neurodebian packages (FSL, AFNI, git)
75
75
RUN apt-get update && \
76
76
apt-get install -y --no-install-recommends \
77
- fsl-core=5.0.9-1~nd+1+nd16.04+1 \
78
- fsl-mni152-templates=5.0.7-2 \
79
- afni=16.2.07~dfsg.1-5~nd16.04+1 \
77
+ fsl-core \
78
+ fsl-mni152-templates \
79
+ afni \
80
80
bzip2 \
81
- ca-certificates \
82
81
xvfb \
83
- git=1:2.7.4-0ubuntu1 \
84
- graphviz=2.38.0-12ubuntu2 \
82
+ git \
83
+ graphviz \
85
84
unzip \
86
85
apt-utils \
87
86
fusefat \
88
87
make \
89
88
file \
90
89
# Added g++ to compile dipy in py3.6
91
- g++=4:5.3.1-1ubuntu1 \
92
- ruby=1:2.3.0+1 && \
90
+ g++ \
91
+ ruby && \
93
92
apt-get clean && \
94
93
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
95
94
You can’t perform that action at this time.
0 commit comments