Dockerfile: Install nose from apt-get.
This commit is contained in:
parent
f11b9df9fa
commit
79bd9ac1e7
|
@ -21,6 +21,7 @@ RUN apt-get update && apt-get install -y \
|
|||
python-numpy \
|
||||
python-scipy \
|
||||
python-pandas \
|
||||
python-nose \
|
||||
wget \
|
||||
zip \
|
||||
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
|
Loading…
Reference in New Issue