X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=docker%2FDockerfile;h=23221f23e800d7a8cb42fa16dc59563f7cb2ec03;hb=3caa379e03ccb1890190aa688dad75ddef33ddad;hp=04ebf2c6d9b874b7ab275b42b8d96de270038d97;hpb=0aebc756459065c373552cb2fde684c33a08e0a7;p=functest.git diff --git a/docker/Dockerfile b/docker/Dockerfile index 04ebf2c6d..23221f23e 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -86,6 +86,7 @@ RUN git clone https://gerrit.opnfv.org/gerrit/sdnvpn ${repos_dir}/sdnvpn RUN git clone https://github.com/openstack/kingbird.git ${repos_dir}/kingbird RUN git clone https://gerrit.opnfv.org/gerrit/domino ${repos_dir}/domino RUN git clone https://gerrit.opnfv.org/gerrit/parser ${repos_dir}/parser +RUN git clone https://gerrit.opnfv.org/gerrit/securityscanning ${repos_dir}/securityscanning RUN pip install -r ${repos_dir}/functest/docker/requirements.pip RUN pip install -r ${repos_dir}/rally/requirements.txt