From 31c1995d08305742ad141716a3791a14b1882b54 Mon Sep 17 00:00:00 2001 From: dfhe2004 Date: Mon, 9 Oct 2017 18:12:41 +0800 Subject: [PATCH] Update Dockerfile --- 2.7/jessie/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) 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"]