File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ RUN export ND_ENTRYPOINT="/neurodocker/startup.sh" \
39
39
40
40
ENTRYPOINT ["/neurodocker/startup.sh" ]
41
41
42
- ENV PATH="/opt/dcm2niix-v1.0.20181125 /bin:$PATH"
42
+ ENV PATH="/opt/dcm2niix-v1.0.20190410 /bin:$PATH"
43
43
RUN apt-get update -qq \
44
44
&& apt-get install -y -q --no-install-recommends \
45
45
cmake \
@@ -54,10 +54,10 @@ RUN apt-get update -qq \
54
54
&& git clone https://github.com/rordenlab/dcm2niix /tmp/dcm2niix \
55
55
&& cd /tmp/dcm2niix \
56
56
&& git fetch --tags \
57
- && git checkout v1.0.20181125 \
57
+ && git checkout v1.0.20190410 \
58
58
&& mkdir /tmp/dcm2niix/build \
59
59
&& cd /tmp/dcm2niix/build \
60
- && cmake -DCMAKE_INSTALL_PREFIX:PATH=/opt/dcm2niix-v1.0.20181125 .. \
60
+ && cmake -DCMAKE_INSTALL_PREFIX:PATH=/opt/dcm2niix-v1.0.20190410 .. \
61
61
&& make \
62
62
&& make install \
63
63
&& rm -rf /tmp/dcm2niix
@@ -115,7 +115,7 @@ RUN echo '{ \
115
115
\n [ \
116
116
\n "dcm2niix", \
117
117
\n { \
118
- \n "version": "v1.0.20180622 ", \
118
+ \n "version": "v1.0.20190410 ", \
119
119
\n "method": "source" \
120
120
\n } \
121
121
\n ], \
You can’t perform that action at this time.
0 commit comments