diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-07-05 22:37:02 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-07-06 07:47:19 +0200 |
commit | 26c6f1aefce88a11e241eea7f7bb9fa0d6795b4e (patch) | |
tree | 891bc80234057554e562d9e726994e0e84a96050 /docker/Dockerfile.aarch64 | |
parent | 1bcf3137564e0b5ab396c35d209ca448ee1f74e5 (diff) |
Set repo_tempest to /src/tempest
It also calls pip install via the right src value to prevent from
changing the working dir when building Ubuntu or Alpine containers.
Change-Id: I236524ca270f4173e0636bee60a0f136d77ac07a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/Dockerfile.aarch64')
-rw-r--r-- | docker/Dockerfile.aarch64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile.aarch64 b/docker/Dockerfile.aarch64 index 1ae52cd3..98bcce96 100644 --- a/docker/Dockerfile.aarch64 +++ b/docker/Dockerfile.aarch64 @@ -75,7 +75,7 @@ RUN git config --global http.sslVerify false COPY thirdparty-requirements.txt thirdparty-requirements.txt RUN wget -q -O- https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata | \ sed /^tempest===.*$/d > upper-constraints.txt && \ - pip install -cupper-constraints.txt \ + pip install --src /src -cupper-constraints.txt \ git+https://gerrit.opnfv.org/gerrit/functest@$BRANCH#egg=functest \ git+https://gerrit.opnfv.org/gerrit/releng@$BRANCH#egg=opnfv\&subdirectory=modules \ git+https://gerrit.opnfv.org/gerrit/snaps@$BRANCH#egg=snaps \ |