File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
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.20180622 /bin:$PATH"
42
+ ENV PATH="/opt/dcm2niix-v1.0.20181125 /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.20180622 \
57
+ && git checkout v1.0.20181125 \
58
58
&& mkdir /tmp/dcm2niix/build \
59
59
&& cd /tmp/dcm2niix/build \
60
- && cmake -DCMAKE_INSTALL_PREFIX:PATH=/opt/dcm2niix-v1.0.20180622 .. \
60
+ && cmake -DCMAKE_INSTALL_PREFIX:PATH=/opt/dcm2niix-v1.0.20181125 .. \
61
61
&& make \
62
62
&& make install \
63
63
&& rm -rf /tmp/dcm2niix
You can’t perform that action at this time.
0 commit comments