Skip to content

Commit 5ffb235

Browse files
committed
Install setuptools
1 parent 0eae09e commit 5ffb235

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
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.1-dev
2-
# Timestamp: 2018-07-22 14:07:05 UTC
2+
# Timestamp: 2018-07-22 14:07:47 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
@@ -60,6 +60,7 @@ RUN apt-get update -qq \
6060
dcmtk \
6161
python-pip \
6262
python-wheel \
63+
python-setuptools \
6364
&& apt-get clean \
6465
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
6566

@@ -136,7 +137,8 @@ RUN echo '{ \
136137
\n "python-pytest", \
137138
\n "dcmtk", \
138139
\n "python-pip", \
139-
\n "python-wheel" \
140+
\n "python-wheel", \
141+
\n "python-setuptools" \
140142
\n ] \
141143
\n ], \
142144
\n [ \

Singularity

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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
33
#
44
# Thank you for using Neurodocker. If you discover any issues
55
# or ways to improve this software, please submit an issue or
@@ -54,7 +54,8 @@ apt-get install -y -q --no-install-recommends \
5454
python-pytest \
5555
dcmtk \
5656
python-pip \
57-
python-wheel
57+
python-wheel \
58+
python-setuptools
5859
apt-get clean
5960
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
6061

@@ -135,7 +136,8 @@ echo '{
135136
\n "python-pytest",
136137
\n "dcmtk",
137138
\n "python-pip",
138-
\n "python-wheel"
139+
\n "python-wheel",
140+
\n "python-setuptools"
139141
\n ]
140142
\n ],
141143
\n [

generate_container.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ generate() {
77
--install vim wget strace time ncdu gnupg curl procps datalad \
88
git-annex-standalone python-nipype virtualenv \
99
python-dcmstack python-configparser python-funcsigs \
10-
python-pytest dcmtk python-pip python-wheel \
10+
python-pytest dcmtk python-pip python-wheel python-setuptools \
1111
--run "curl -sL https://deb.nodesource.com/setup_6.x | bash - "\
1212
--install nodejs npm \
1313
--run "npm install -g [email protected]" \

0 commit comments

Comments
 (0)