Merge "[docker] fix ability to use rally verify install"

This commit is contained in:
Jenkins 2016-07-28 14:39:46 +00:00 committed by Gerrit Code Review
commit 064a0414fd

View File

@ -2,7 +2,7 @@ FROM ubuntu:16.04
MAINTAINER Sergey Skripnick <sskripnick@mirantis.com>
# install prereqs
RUN apt-get update && apt-get install --yes wget python vim bash-completion
RUN apt-get update && apt-get install --yes wget python vim bash-completion gcc
# ubuntu's pip is too old to work with the version of requests we
# require, so get pip with get-pip.py