Dockerfile: Install nose from apt-get.

This commit is contained in:
Brandon Amos 2016-01-11 11:20:41 -05:00
parent f11b9df9fa
commit 79bd9ac1e7
1 changed files with 1 additions and 0 deletions

View File

@ -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/*