From: rexlee8776 Date: Wed, 10 Aug 2016 00:54:43 +0000 (+0000) Subject: bug fix no curl in yardstick docker X-Git-Tag: colorado.1.0~61^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F81%2F18281%2F1;p=yardstick.git bug fix no curl in yardstick docker Change-Id: I9cae1ff556df1a42c9b5f51347b6452ea4d4cba8 Signed-off-by: rexlee8776 --- 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 \