Merge "bugfix: fail to access testapi swagger"
authorMorgan Richomme <morgan.richomme@orange.com>
Tue, 17 Jan 2017 07:57:36 +0000 (07:57 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 17 Jan 2017 07:57:36 +0000 (07:57 +0000)
utils/test/testapi/docker/Dockerfile

index b0272e6..86513e0 100644 (file)
@@ -48,5 +48,5 @@ RUN git clone https://gerrit.opnfv.org/gerrit/releng /home/releng
 
 WORKDIR /home/releng/utils/test/testapi/
 RUN pip install -r requirements.txt
-RUN python setup.py install
+RUN bash install.sh
 CMD ["bash", "docker/start-server.sh"]