Skip to content

Commit dd194e9

Browse files
committed
FIX: corrects datalad derivative download error
1 parent 269fa5f commit dd194e9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Generated by Neurodocker version 0.4.0
2-
# Timestamp: 2018-06-26 13:39:06 UTC
2+
# Timestamp: 2018-07-14 20:29:37 UTC
33
#
44
# Thank you for using Neurodocker. If you discover any issues
55
# or ways to improve this software, please submit an issue or
@@ -57,6 +57,7 @@ RUN apt-get update -qq \
5757
tig \
5858
git-annex-remote-rclone \
5959
octave \
60+
netbase \
6061
&& apt-get clean \
6162
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
6263

@@ -190,7 +191,8 @@ RUN echo '{ \
190191
\n "ncdu", \
191192
\n "tig", \
192193
\n "git-annex-remote-rclone", \
193-
\n "octave" \
194+
\n "octave", \
195+
\n "netbase" \
194196
\n ] \
195197
\n ], \
196198
\n [ \

create_dockerfile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ docker run --rm kaczmarj/neurodocker:master generate docker \
55
--pkg-manager apt \
66
--install convert3d ants fsl gcc g++ graphviz tree \
77
git-annex-standalone vim emacs-nox nano less ncdu \
8-
tig git-annex-remote-rclone octave \
8+
tig git-annex-remote-rclone octave netbase \
99
--add-to-entrypoint "source /etc/fsl/fsl.sh" \
1010
--spm12 version=dev \
1111
--user=neuro \

0 commit comments

Comments
 (0)