We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5810f97 commit 0ce99d7Copy full SHA for 0ce99d7
Dockerfile
@@ -185,6 +185,7 @@ RUN cd /opt/art \
185
| tar xz --strip-components 1
186
187
# Install Workbench
188
+RUN apt-get update && apt-get install -y curl unzip binutils
189
RUN mkdir /opt/workbench && \
190
curl -sSLO https://www.humanconnectome.org/storage/app/media/workbench/workbench-linux64-v1.5.0.zip && \
191
unzip workbench-linux64-v1.5.0.zip -d /opt && \
0 commit comments