[BugFix] Add ability to install tempest in docker

Change-Id: I07b677411ccad44ca34baba85820626befe06f3b
Closes-Bug: #1493359
This commit is contained in:
Andrey Kurilin 2015-09-08 15:49:07 +03:00
parent 17c37afa60
commit 84d319b14d
1 changed files with 0 additions and 4 deletions

View File

@ -27,12 +27,8 @@ RUN ./install_rally.sh --system --verbose --yes \
rm -rf /tmp/* && \
apt-get -y remove \
build-essential \
gcc-4.8 \
libffi-dev \
libssl-dev \
libxml2-dev \
libxslt1-dev \
python-dev \
python3 \
&& \
apt-get -y autoremove && \