diff options
author | JingLu5 <lvjing5@huawei.com> | 2016-08-18 14:53:37 +0800 |
---|---|---|
committer | JingLu5 <lvjing5@huawei.com> | 2016-08-18 15:05:13 +0800 |
commit | d6e9b4b60c448ec9041febda29e9260eef9cb52a (patch) | |
tree | 24f23297d16501ec19c78e5c36ea8a6ba184edea /tests/ci/docker | |
parent | 63f0e9d0f314e7cf8826604cdd2ffd0b2cb35c9b (diff) |
BugFix: fix storperf_admin-rc problem
Change-Id: I187e3e00d38745288f6fccd58ee6bd3d3aea06c9
Signed-off-by: JingLu5 <lvjing5@huawei.com>
Diffstat (limited to 'tests/ci/docker')
-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 684f47122..da755d11d 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 \ + expect \ curl \ git \ sshpass \ |