diff --git a/Dockerfile b/Dockerfile index 9fcc140..0be984b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/*