diff --git a/2.7/jessie/Dockerfile b/2.7/jessie/Dockerfile index bcd905dfd..0c74b6b5e 100644 --- a/2.7/jessie/Dockerfile +++ b/2.7/jessie/Dockerfile @@ -78,5 +78,7 @@ RUN set -ex; \ # install "virtualenv", since the vast majority of users of this image will want it RUN pip install --no-cache-dir virtualenv +RUN pip install --no-cache-dir bottle +RUN pip install --no-cache-dir numpy CMD ["python2"]