[docker] fix ability to use `rally verify install`

Tempest installation requires gcc package

Change-Id: I5ca00303a90ca8da71e9ee92d6c54e27cab18371
This commit is contained in:
Andrey Kurilin 2016-07-28 15:18:50 +03:00
parent efa87c8c0e
commit 8ca6f04e44
1 changed files with 1 additions and 1 deletions

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