diff options
author | mbeierl <mark.beierl@dell.com> | 2017-06-10 08:38:00 -0400 |
---|---|---|
committer | mbeierl <mark.beierl@dell.com> | 2017-06-10 08:38:00 -0400 |
commit | 573350e79a8c31f3a18dadaeb8c4d5ea5bc7720d (patch) | |
tree | abe4a0a8c9fa75068e0b1e818c78b8707a2bd5d2 /docker/Dockerfile | |
parent | c8c1bc3cf1895c28d9d5cbfaff7ec80ed95b93b8 (diff) |
Removal of matplotlib
Removes the matplotlib modules from the main container.
Change-Id: I26a0c171b2172dbf2be66cdf10b897bb72e4bf2b
JIRA: STORPERF-161
Signed-off-by: mbeierl <mark.beierl@dell.com>
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r-- | docker/Dockerfile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |