commit | 14b96c6252c3dbb03e5024770ab4f112f9791f59 | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Fri Jan 20 18:44:10 2017 +0200 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Fri Jan 20 18:44:10 2017 +0200 |
tree | 4b0be7c68c5e109ac73b181e6cfb61986924569b | |
parent | 765920a78f569e1461ad2899176f7ec16e581fd4 [diff] [blame] |
fix docker file, add correct path for ibnstall.sh
diff --git a/scripts/Dockerfile b/scripts/Dockerfile index 25ee360..4c6a262 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile
@@ -13,6 +13,6 @@ RUN git clone https://github.com/Mirantis/disk_perf_test_tool.git \ /opt/disk_perf_tool -RUN cd /opt/disk_perf_tool; bash install.sh --full +RUN cd /opt/disk_perf_tool/scripts; bash install.sh --full RUN ["/bin/bash"]