diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2017-09-01 19:22:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-01 19:22:51 +0000 |
commit | 9f0b0675da1b8f4e6edb277492bf6b2f747721b8 (patch) | |
tree | 5b599a6f9da9bf5596291546ee5cf927d39ae342 | |
parent | 1f3c5d14a1185bdff4dbc66b84d64e06f4626589 (diff) | |
parent | ff8b85b1fd9ec9c02c7cee8e1cce057f7c78e22a (diff) |
Merge "Stop removing /src/openstack-requirements/.git"
-rw-r--r-- | docker/core/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile index df8ce8351..66117092b 100644 --- a/docker/core/Dockerfile +++ b/docker/core/Dockerfile @@ -20,7 +20,7 @@ RUN apk --no-cache add --update \ update-requirements -s --source /src/openstack-requirements /src/rally/ && \ pip install --no-cache-dir --src /src -cupper-constraints.txt \ -chttps://git.opnfv.org/functest/plain/upper-constraints.txt?h=$BRANCH /src/rally/ && \ - rm -r upper-constraints.txt /src/rally/.git /src/openstack-requirements/.git && \ + rm -r upper-constraints.txt /src/rally/.git && \ mkdir -p /etc/rally && \ printf "[database]\nconnection = 'sqlite:////var/lib/rally/database/rally.sqlite'" > /etc/rally/rally.conf && \ mkdir -p /var/lib/rally/database && rally-manage db create && \ |