File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Generated by Neurodocker version 0.4.1-dev
2
- # Timestamp: 2018-07-22 14:07:05 UTC
2
+ # Timestamp: 2018-07-22 14:07:47 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
@@ -60,6 +60,7 @@ RUN apt-get update -qq \
60
60
dcmtk \
61
61
python-pip \
62
62
python-wheel \
63
+ python-setuptools \
63
64
&& apt-get clean \
64
65
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
65
66
@@ -136,7 +137,8 @@ RUN echo '{ \
136
137
\n "python-pytest", \
137
138
\n "dcmtk", \
138
139
\n "python-pip", \
139
- \n "python-wheel" \
140
+ \n "python-wheel", \
141
+ \n "python-setuptools" \
140
142
\n ] \
141
143
\n ], \
142
144
\n [ \
Original file line number Diff line number Diff line change 1
1
# Generated by Neurodocker version 0.4.1-dev
2
- # Timestamp: 2018-07-22 14:07:07 UTC
2
+ # Timestamp: 2018-07-22 14:07:49 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
@@ -54,7 +54,8 @@ apt-get install -y -q --no-install-recommends \
54
54
python-pytest \
55
55
dcmtk \
56
56
python-pip \
57
- python-wheel
57
+ python-wheel \
58
+ python-setuptools
58
59
apt-get clean
59
60
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
60
61
@@ -135,7 +136,8 @@ echo '{
135
136
\n "python-pytest",
136
137
\n "dcmtk",
137
138
\n "python-pip",
138
- \n "python-wheel"
139
+ \n "python-wheel",
140
+ \n "python-setuptools"
139
141
\n ]
140
142
\n ],
141
143
\n [
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ generate() {
7
7
--install vim wget strace time ncdu gnupg curl procps datalad \
8
8
git-annex-standalone python-nipype virtualenv \
9
9
python-dcmstack python-configparser python-funcsigs \
10
- python-pytest dcmtk python-pip python-wheel \
10
+ python-pytest dcmtk python-pip python-wheel python-setuptools \
11
11
--run " curl -sL https://deb.nodesource.com/setup_6.x | bash - " \
12
12
--install nodejs npm \
13
13
--run
" npm install -g [email protected] " \
You can’t perform that action at this time.
0 commit comments