From b3bed38120db4791bf35a9430efce1bfaa8220fe Mon Sep 17 00:00:00 2001 From: Frank Sachsenheim Date: Tue, 6 Oct 2015 00:09:42 +0200 Subject: [PATCH] fixtest --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ad1238d88..2a5947397 100644 --- a/Dockerfile +++ b/Dockerfile @@ -60,8 +60,8 @@ RUN ln -s /usr/src/jupyter-notebook/scripts/lxc-launcher.sh /launch.sh \ && pip2 install --no-cache-dir mock nose requests testpath \ && pip3 install --no-cache-dir nose requests testpath \ && iptest2 && iptest3 \ - && pip2 uninstall --no-cache-dir -y funcsigs mock nose pbr requests six testpath \ - && pip3 uninstall --no-cache-dir -y nose requests testpath + && pip2 uninstall -y funcsigs mock nose pbr requests six testpath \ + && pip3 uninstall -y nose requests testpath VOLUME /notebooks WORKDIR /notebooks