diff options
-rw-r--r-- | docker/storperf-master/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/storperf-master/Dockerfile b/docker/storperf-master/Dockerfile index aa52fbb..69f488a 100644 --- a/docker/storperf-master/Dockerfile +++ b/docker/storperf-master/Dockerfile @@ -72,7 +72,7 @@ RUN cd /var/lib/graphite/webapp/graphite && python manage.py syncdb --noinput RUN git config --global http.sslVerify false 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 install +RUN cd ${repos_dir}/fio && make install # Install StorPerf |