diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-08-16 12:06:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-16 12:06:45 +0000 |
commit | 1a4e6fb7fa6e336fc94c3e44c50cce7aa7863d2f (patch) | |
tree | c47841c5e1f4c172dc9e23f8fc0f2fa2b5fd83d9 /docker | |
parent | 814aac022a70d80a03845c659581b35786abc888 (diff) | |
parent | 3caa379e03ccb1890190aa688dad75ddef33ddad (diff) |
Merge "Repoint security_scanning to its own repository"
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |