From fcab1079c6c4f4a6a3aea74828d377ddd865db0a Mon Sep 17 00:00:00 2001 From: rexlee8776 Date: Wed, 10 Aug 2016 00:54:43 +0000 Subject: bug fix no curl in yardstick docker Change-Id: I9cae1ff556df1a42c9b5f51347b6452ea4d4cba8 Signed-off-by: rexlee8776 --- tests/ci/docker/yardstick-ci/Dockerfile | 1 + 1 file changed, 1 insertion(+) 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 \ -- cgit 1.2.3-korg