bug fix no curl in yardstick docker 81/18281/1
authorrexlee8776 <limingjiang@huawei.com>
Wed, 10 Aug 2016 00:54:43 +0000 (00:54 +0000)
committerrexlee8776 <limingjiang@huawei.com>
Wed, 10 Aug 2016 00:54:43 +0000 (00:54 +0000)
Change-Id: I9cae1ff556df1a42c9b5f51347b6452ea4d4cba8
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
tests/ci/docker/yardstick-ci/Dockerfile

index 2d59fd6..684f471 100644 (file)
@@ -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 \