diff options
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index d587fc4..f1ec617 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -98,11 +98,6 @@ RUN git clone --depth 1 -b $BRANCH https://gerrit.opnfv.org/gerrit/storperf ${re RUN git clone --depth 1 https://gerrit.opnfv.org/gerrit/releng ${repos_dir}/releng # Third party git fetches -RUN git clone https://github.com/swagger-api/swagger-ui.git ${repos_dir}/swagger-ui -RUN cd ${repos_dir}/swagger-ui && git checkout tags/v2.2.9 -RUN mkdir -p ${repos_dir}/storperf/storperf/resources/html/swagger -RUN cp -r ${repos_dir}/swagger-ui/dist/* ${repos_dir}/storperf/storperf/resources/html/swagger -RUN sed -i 's|url = "http://petstore.swagger.io/v2/swagger.json";|url = window.location.protocol+"//"+window.location.host+"/api/spec.json";|' ${repos_dir}/storperf/storperf/resources/html/swagger/index.html RUN git clone http://git.kernel.dk/fio.git ${repos_dir}/fio RUN cd ${repos_dir}/fio && git checkout tags/fio-2.2.10 |