[docker] fix ability to use rally verify install
Tempest installation requires gcc package Change-Id: I5ca00303a90ca8da71e9ee92d6c54e27cab18371
This commit is contained in:
parent
efa87c8c0e
commit
8ca6f04e44
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user