continue refactoring for report
diff --git a/scripts/Dockerfile b/scripts/Dockerfile
index 25ee360..e74d736 100644
--- a/scripts/Dockerfile
+++ b/scripts/Dockerfile
@@ -1,5 +1,5 @@
 FROM ubuntu:14.04
-MAINTAINER Petr Lomakin <plomakin@mirantis.com>
+MAINTAINER Kostiantyn Danylov <koder.mail@gmail.com>
 
 RUN apt-get update
 
@@ -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; bash scripts/install.sh --full
 
 RUN ["/bin/bash"]