Skip to content

Commit 0ce99d7

Browse files
authored
Update Dockerfile
1 parent 5810f97 commit 0ce99d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ RUN cd /opt/art \
185185
| tar xz --strip-components 1
186186

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

0 commit comments

Comments
 (0)