Skip to content

Commit

Permalink
[FIX] improper dcm2niix install
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Levitas committed Feb 16, 2024
1 parent 5d05493 commit 153b7e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions handler/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ RUN echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesourc
RUN apt-get update \
&& apt-get install nodejs -y

RUN wget https://github.com/rordenlab/dcm2niix/releases/tag/v1.0.20240202/dcm2niix_lnx.zip -O /tmp/dcm2niix_lnx.zip && \
unzip /tmp/dcm2niix_lnx.zip && \
mv dcm2niix /usr/local/bin
RUN cd /tmp && curl -fLO https://github.com/rordenlab/dcm2niix/releases/latest/download/dcm2niix_lnx.zip \
&& unzip /tmp/dcm2niix_lnx.zip \
&& mv dcm2niix /usr/local/bin

# Don't need, unless there's a reason for having the development branch ahead of scheduled release
# RUN git clone --branch development https://github.com/rordenlab/dcm2niix.git \
Expand Down

0 comments on commit 153b7e0

Please sign in to comment.