diff options
author | Jose Lausuch <jose.lausuch@ericsson.com> | 2017-06-26 09:14:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-06-26 09:14:31 +0000 |
commit | 063c8af074a70b0b99c5c90c56d1fef541354192 (patch) | |
tree | 6ec7cfc87f9f417c3d1a4ca543a4c441160e98e0 /docker/Dockerfile.aarch64 | |
parent | 69ed460ee03a3a784a98a1ae243f58414cedf0b4 (diff) | |
parent | a7d07f37d1ea0882d1a92c1e43b0db6a2ed97ede (diff) |
Merge "Install opera via python package"
Diffstat (limited to 'docker/Dockerfile.aarch64')
-rw-r--r-- | docker/Dockerfile.aarch64 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docker/Dockerfile.aarch64 b/docker/Dockerfile.aarch64 index c7bf4aba8..084f93506 100644 --- a/docker/Dockerfile.aarch64 +++ b/docker/Dockerfile.aarch64 @@ -90,7 +90,6 @@ RUN git clone --depth 1 -b $BRANCH https://gerrit.opnfv.org/gerrit/doctor ${REPO RUN git clone --depth 1 -b $BRANCH https://gerrit.opnfv.org/gerrit/promise ${REPOS_DIR}/promise RUN git clone --depth 1 -b $BRANCH https://gerrit.opnfv.org/gerrit/sfc ${REPOS_DIR}/sfc RUN git clone --depth 1 https://gerrit.opnfv.org/gerrit/securityscanning ${REPOS_DIR}/securityscanning -RUN git clone --depth 1 https://gerrit.opnfv.org/gerrit/opera ${REPOS_DIR}/opera # other repositories RUN git clone --depth 1 -b $TEMPEST_TAG https://github.com/openstack/tempest.git ${REPOS_DIR}/tempest @@ -123,8 +122,6 @@ RUN add_images.sh RUN gpg --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 RUN curl -L https://get.rvm.io | bash -s stable -RUN pip install ${REPOS_DIR}/opera - # SFC integration RUN /bin/bash -c ". ${REPOS_DIR}/sfc/sfc/tests/functest/setup_scripts/tacker_client_install.sh" RUN cd ${REPOS_DIR}/sfc && pip install -e . |