Skip to content

Commit f8d6b9a

Browse files
authored
Merge pull request #325 from Shotgunosine/master
update dcm2niix to v1.0.20181125
2 parents 5b7c33e + e4e3a27 commit f8d6b9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN export ND_ENTRYPOINT="/neurodocker/startup.sh" \
3939

4040
ENTRYPOINT ["/neurodocker/startup.sh"]
4141

42-
ENV PATH="/opt/dcm2niix-v1.0.20180622/bin:$PATH"
42+
ENV PATH="/opt/dcm2niix-v1.0.20181125/bin:$PATH"
4343
RUN apt-get update -qq \
4444
&& apt-get install -y -q --no-install-recommends \
4545
cmake \
@@ -54,10 +54,10 @@ RUN apt-get update -qq \
5454
&& git clone https://github.com/rordenlab/dcm2niix /tmp/dcm2niix \
5555
&& cd /tmp/dcm2niix \
5656
&& git fetch --tags \
57-
&& git checkout v1.0.20180622 \
57+
&& git checkout v1.0.20181125 \
5858
&& mkdir /tmp/dcm2niix/build \
5959
&& 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 .. \
6161
&& make \
6262
&& make install \
6363
&& rm -rf /tmp/dcm2niix

0 commit comments

Comments
 (0)