Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Connectome Workbench v1.3.2 moved their ZIP file download.
  • Loading branch information
ericearl committed Sep 2, 2019
1 parent 0bf0a84 commit e480a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ RUN apt-get clean \
# install wb_command v1.3.2
RUN mkdir -p /opt
WORKDIR /opt
RUN curl --retry 5 https://ftp.humanconnectome.org/workbench/workbench-linux64-v1.3.2.zip --output workbench-linux64-v1.3.2.zip && \
RUN curl --retry 5 https://www.humanconnectome.org/storage/app/media/workbench/workbench-linux64-v1.3.2.zip --output workbench-linux64-v1.3.2.zip && \
unzip workbench-linux64-v1.3.2.zip && \
rm workbench-linux64-v1.3.2.zip

Expand Down

0 comments on commit e480a8f

Please sign in to comment.