Skip to content

Commit fb2e1a2

Browse files
committed
Merge remote-tracking branch 'origin/master' into rel-v0.5.4
* origin/master: update dcm2niix to v1.0.20181125 DOC: issue template clarity
2 parents 7365044 + 3467341 commit fb2e1a2

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)