Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
smeisler authored Sep 9, 2024
1 parent 5810f97 commit 0ce99d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ RUN cd /opt/art \
| tar xz --strip-components 1

# Install Workbench
RUN apt-get update && apt-get install -y curl unzip binutils
RUN mkdir /opt/workbench && \
curl -sSLO https://www.humanconnectome.org/storage/app/media/workbench/workbench-linux64-v1.5.0.zip && \
unzip workbench-linux64-v1.5.0.zip -d /opt && \
Expand Down

0 comments on commit 0ce99d7

Please sign in to comment.