diff options
author | rexlee8776 <limingjiang@huawei.com> | 2016-08-10 00:54:43 +0000 |
---|---|---|
committer | rexlee8776 <limingjiang@huawei.com> | 2016-08-10 00:54:43 +0000 |
commit | fcab1079c6c4f4a6a3aea74828d377ddd865db0a (patch) | |
tree | eb3649aa803aadc09889dfc7c9e25159716eb1ce /tests/ci/docker/yardstick-ci/Dockerfile | |
parent | 7892704fdcb96964f6d10476198a9becd4188f89 (diff) |
bug fix no curl in yardstick docker
Change-Id: I9cae1ff556df1a42c9b5f51347b6452ea4d4cba8
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
Diffstat (limited to 'tests/ci/docker/yardstick-ci/Dockerfile')
-rw-r--r-- | tests/ci/docker/yardstick-ci/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ci/docker/yardstick-ci/Dockerfile b/tests/ci/docker/yardstick-ci/Dockerfile index 2d59fd69e..684f47122 100644 --- a/tests/ci/docker/yardstick-ci/Dockerfile +++ b/tests/ci/docker/yardstick-ci/Dockerfile @@ -20,6 +20,7 @@ ENV RELENG_REPO_DIR ${REPOS_DIR}/releng RUN apt-get update && apt-get install -y \ wget \ + curl \ git \ sshpass \ qemu-utils \ |