From 573350e79a8c31f3a18dadaeb8c4d5ea5bc7720d Mon Sep 17 00:00:00 2001 From: mbeierl Date: Sat, 10 Jun 2017 08:38:00 -0400 Subject: Removal of matplotlib Removes the matplotlib modules from the main container. Change-Id: I26a0c171b2172dbf2be66cdf10b897bb72e4bf2b JIRA: STORPERF-161 Signed-off-by: mbeierl --- docker/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docker/Dockerfile') diff --git a/docker/Dockerfile b/docker/Dockerfile index 6959095..d587fc4 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -45,7 +45,6 @@ wget \ puppet \ build-essential \ python-dev \ -python-matplotlib \ python-pip \ --no-install-recommends @@ -107,7 +106,7 @@ RUN sed -i 's|url = "http://petstore.swagger.io/v2/swagger.json";|url = window.l RUN git clone http://git.kernel.dk/fio.git ${repos_dir}/fio RUN cd ${repos_dir}/fio && git checkout tags/fio-2.2.10 -RUN cd ${repos_dir}/fio && make -j 6 install +RUN cd ${repos_dir}/fio && make install RUN chmod 600 ${repos_dir}/storperf/storperf/resources/ssh/storperf_rsa -- cgit 1.2.3-korg