File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Generated by Neurodocker version 0.4.1-28-g83dbc15
2
- # Timestamp: 2018-11-01 22:00:14 UTC
2
+ # Timestamp: 2018-11-13 15:14:11 UTC
3
3
#
4
4
# Thank you for using Neurodocker. If you discover any issues
5
5
# or ways to improve this software, please submit an issue or
@@ -70,6 +70,7 @@ RUN apt-get update -qq \
70
70
liblzma-dev \
71
71
libc-dev \
72
72
git-annex-standalone \
73
+ netbase \
73
74
&& apt-get clean \
74
75
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
75
76
@@ -125,7 +126,8 @@ RUN echo '{ \
125
126
\n "pigz", \
126
127
\n "liblzma-dev", \
127
128
\n "libc-dev", \
128
- \n "git-annex-standalone" \
129
+ \n "git-annex-standalone", \
130
+ \n "netbase" \
129
131
\n ] \
130
132
\n ], \
131
133
\n [ \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ image="kaczmarj/neurodocker:master@sha256:9f7d58f6977cfcd4dd5d1a2e70be4124417206
8
8
9
9
docker run --rm $image generate docker -b neurodebian:stretch -p apt \
10
10
--dcm2niix version=v1.0.20180622 method=source \
11
- --install git gcc pigz liblzma-dev libc-dev git-annex-standalone \
11
+ --install git gcc pigz liblzma-dev libc-dev git-annex-standalone netbase \
12
12
--copy . /src/heudiconv \
13
13
--miniconda use_env=base conda_install=" python=3.6 traits>=4.6.0 scipy numpy nomkl" \
14
14
pip_install=" /src/heudiconv[all]" \
You can’t perform that action at this time.
0 commit comments